deps: bump sha2 from 0.10.6 to 0.10.7

Pull-Request: #4088.
This commit is contained in:
dependabot[bot]
2023-06-20 13:10:43 +00:00
committed by GitHub
parent 37d5174c7b
commit 04b7668c55
6 changed files with 18 additions and 18 deletions

View File

@@ -34,7 +34,7 @@ quick-protobuf-codec = { workspace = true }
rand = "0.8"
regex = "1.8.3"
serde = { version = "1", optional = true, features = ["derive"] }
sha2 = "0.10.0"
sha2 = "0.10.7"
smallvec = "1.6.1"
unsigned-varint = { version = "0.7.0", features = ["asynchronous_codec"] }
void = "1.0.2"

View File

@@ -23,7 +23,7 @@ libp2p-swarm = { workspace = true }
quick-protobuf = "0.8"
libp2p-identity = { workspace = true }
rand = "0.8"
sha2 = "0.10.0"
sha2 = "0.10.7"
smallvec = "1.6.1"
uint = "0.9"
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }