deps: bump sha2 from 0.10.7 to 0.10.8

Pull-Request: #4579.
This commit is contained in:
dependabot[bot]
2023-10-02 09:03:11 +00:00
committed by GitHub
parent 7f92cb0725
commit 90a9752dc7
6 changed files with 19 additions and 19 deletions

View File

@ -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"

View File

@ -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"] }