Skip to content

Commit

Permalink
deps: bump sha2 from 0.10.7 to 0.10.8
Browse files Browse the repository at this point in the history
Pull-Request: #4579.
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 7f92cb0 commit 90a9752
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
28 changes: 14 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 identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ quick-protobuf = "0.8.1"
rand = { version = "0.8", optional = true }
sec1 = { version = "0.7", default-features = false, optional = true }
serde = { version = "1", optional = true, features = ["derive"] }
sha2 = { version = "0.10.7", optional = true }
sha2 = { version = "0.10.8", optional = true }
thiserror = { version = "1.0", optional = true }
void = { version = "1.0", optional = true }
zeroize = { version = "1.6", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion misc/webrtc-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ quick-protobuf = "0.8"
quick-protobuf-codec = { workspace = true }
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
sha2 = "0.10.7"
sha2 = "0.10.8"
thiserror = "1"
tinytemplate = "1.2"
asynchronous-codec = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion protocols/gossipsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ quick-protobuf-codec = { workspace = true }
rand = "0.8"
regex = "1.9.5"
serde = { version = "1", optional = true, features = ["derive"] }
sha2 = "0.10.7"
sha2 = "0.10.8"
smallvec = "1.11.1"
unsigned-varint = { version = "0.7.2", features = ["asynchronous_codec"] }
void = "1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion protocols/kad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ quick-protobuf = "0.8"
quick-protobuf-codec = { workspace = true }
libp2p-identity = { workspace = true }
rand = "0.8"
sha2 = "0.10.7"
sha2 = "0.10.8"
smallvec = "1.11.1"
uint = "0.9"
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
Expand Down
2 changes: 1 addition & 1 deletion transports/noise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ multihash = { workspace = true }
once_cell = "1.18.0"
quick-protobuf = "0.8"
rand = "0.8.3"
sha2 = "0.10.7"
sha2 = "0.10.8"
static_assertions = "1"
thiserror = "1.0.48"
x25519-dalek = "1.1.0"
Expand Down

0 comments on commit 90a9752

Please sign in to comment.