fix(deps): update rust crate sha2 to 0.10 #9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ cargo-fuzz = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libfuzzer-sys = "0.4"
|
libfuzzer-sys = "0.4"
|
||||||
sha2 = "0.9"
|
sha2 = "0.10"
|
||||||
arbitrary = { version = "1", features = ["derive"] }
|
arbitrary = { version = "1", features = ["derive"] }
|
||||||
|
|
||||||
[dependencies.pow_sha256]
|
[dependencies.pow_sha256]
|
||||||
|
|
Loading…
Reference in a new issue