Bump sha2 from 0.9.5 to 0.9.6
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.5 to 0.9.6. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.5...sha2-v0.9.6) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
Generated
+3
-3
@@ -953,13 +953,13 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sha2"
|
name = "sha2"
|
||||||
version = "0.9.5"
|
version = "0.9.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12"
|
checksum = "9204c41a1597a8c5af23c82d1c921cb01ec0a4c59e07a9c7306062829a3903f3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"block-buffer",
|
"block-buffer",
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"cpufeatures 0.1.4",
|
"cpufeatures 0.2.1",
|
||||||
"digest",
|
"digest",
|
||||||
"opaque-debug",
|
"opaque-debug",
|
||||||
]
|
]
|
||||||
|
|||||||
+1
-1
@@ -16,7 +16,7 @@ log = "0.4.14"
|
|||||||
simplelog = "0.10.0"
|
simplelog = "0.10.0"
|
||||||
toml = "0.5.8"
|
toml = "0.5.8"
|
||||||
digest = "0.9.0"
|
digest = "0.9.0"
|
||||||
sha2 = "0.9.5"
|
sha2 = "0.9.6"
|
||||||
ed25519-dalek = "1.0.1"
|
ed25519-dalek = "1.0.1"
|
||||||
x25519-dalek = "1.1.1"
|
x25519-dalek = "1.1.1"
|
||||||
ecies-ed25519 = "0.5.1"
|
ecies-ed25519 = "0.5.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user