Update Rust crate sha2 to 0.11
Some checks failed
Build and Test / rust-boss (push) Failing after 5m14s
Some checks failed
Build and Test / rust-boss (push) Failing after 5m14s
This commit is contained in:
parent
36a07f798b
commit
0843881d2b
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ serde_json = "1"
|
||||||
quick-xml = { version = "0.40", features = [ "serialize" ] }
|
quick-xml = { version = "0.40", features = [ "serialize" ] }
|
||||||
chrono = { version = "0.4", features = [ "serde" ] }
|
chrono = { version = "0.4", features = [ "serde" ] }
|
||||||
sha1 = "0.11"
|
sha1 = "0.11"
|
||||||
sha2 = "0.10"
|
sha2 = "0.11"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
hex-literal = "1.0"
|
hex-literal = "1.0"
|
||||||
aes = "0.9"
|
aes = "0.9"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue