Skip to content

Commit

Permalink
chore(deps): bump sha2 from 0.9.8 to 0.10.2
Browse files Browse the repository at this point in the history
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.8 to 0.10.2.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](RustCrypto/hashes@sha2-v0.9.8...sha2-v0.10.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2022
1 parent 636ecb4 commit 85fac8e
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 17 deletions.
68 changes: 54 additions & 14 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 crates/arweave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "lib.rs"
[dependencies]
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls-tls"] }
deno_core = "0.116.0"
sha2 = "0.9.5"
sha2 = "0.10.2"
serde = { version = "1", features = ["derive"] }
base64 = "0.13.0"
bytes = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ colored = "2"
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls-tls"] }
local_ipaddress = "0.1.3"
rsa = "0.5.0"
sha2 = "0.9.5"
sha2 = "0.10.2"
serde_json = "1"
hex = "0.4.3"
indexmap = { version = "1.7.0", features = ["serde-1"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "lib.rs"
[dependencies]
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls-tls"] }
deno_core = "0.116.0"
sha2 = "0.9.5"
sha2 = "0.10.2"
serde = { version = "1", features = ["derive"] }
three_em_smartweave = { version = "0.2.0", path = "../smartweave" }
three_em_js = { version = "0.2.0", path = "../js" }
Expand Down

0 comments on commit 85fac8e

Please sign in to comment.