Merge pull request 'fix(deps): update rust crate sha2 to 0.10' (#9) from renovate/sha2-0.x into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #9
This commit is contained in:
commit
112d7e8f93
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