Skip to content

Commit

Permalink
Bump deno_crypto from 0.177.0 to 0.178.0
Browse files Browse the repository at this point in the history
Bumps [deno_crypto](https://github.com/denoland/deno) from 0.177.0 to 0.178.0.
- [Release notes](https://github.com/denoland/deno/releases)
- [Changelog](https://github.com/denoland/deno/blob/main/Releases.md)
- [Commits](https://github.com/denoland/deno/commits)

---
updated-dependencies:
- dependency-name: deno_crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent dfde104 commit da05d5b
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 10 deletions.
54 changes: 45 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ http = { version = "1.1.0", optional = true }

deno_cache = {version = "0.95.0", optional = true}
deno_console = {version = "0.163.0", optional = true}
deno_crypto = {version = "0.177.0", optional = true}
deno_crypto = {version = "0.178.0", optional = true}
deno_fetch = {version = "0.187.0", optional = true}
deno_net = {version = "0.155.0", optional = true}
deno_tls = {version = "0.150.0", optional = true} # Options for the web feature
Expand Down

0 comments on commit da05d5b

Please sign in to comment.