Skip to content

Commit ff4d2a9

Browse files
deps: bump sha2 from 0.10.8 to 0.10.9
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.8 to 0.10.9. - [Commits](RustCrypto/hashes@sha2-v0.10.8...sha2-v0.10.9) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.10.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 997ef9b commit ff4d2a9

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

identity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ quick-protobuf = { version = "0.8.1", optional = true }
2424
rand = { version = "0.8", optional = true }
2525
sec1 = { version = "0.7", default-features = false, optional = true }
2626
serde = { version = "1", optional = true, features = ["derive"] }
27-
sha2 = { version = "0.10.8", optional = true }
27+
sha2 = { version = "0.10.9", optional = true }
2828
thiserror = { workspace = true, optional = true }
2929
zeroize = { version = "1.8", optional = true }
3030

misc/webrtc-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ quick-protobuf = "0.8"
2222
quick-protobuf-codec = { workspace = true }
2323
rand = "0.8"
2424
serde = { version = "1.0", features = ["derive"] }
25-
sha2 = "0.10.8"
25+
sha2 = "0.10.9"
2626
tinytemplate = "1.2"
2727
tracing = { workspace = true }
2828

protocols/gossipsub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ quick-protobuf-codec = { workspace = true }
3636
rand = "0.8"
3737
regex = "1.10.5"
3838
serde = { version = "1", optional = true, features = ["derive"] }
39-
sha2 = "0.10.8"
39+
sha2 = "0.10.9"
4040
tracing = { workspace = true }
4141

4242
# Metrics dependencies

protocols/kad/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ quick-protobuf = "0.8"
2323
quick-protobuf-codec = { workspace = true }
2424
libp2p-identity = { workspace = true, features = ["rand"] }
2525
rand = "0.8"
26-
sha2 = "0.10.8"
26+
sha2 = "0.10.9"
2727
smallvec = "1.13.2"
2828
uint = "0.10"
2929
futures-timer = "3.0.3"

0 commit comments

Comments
 (0)