Update Rust crate sha1 to 0.11
All checks were successful
Build and Test / rust-boss (push) Successful in 8m32s
All checks were successful
Build and Test / rust-boss (push) Successful in 8m32s
This commit is contained in:
parent
89d95e8aef
commit
ee86511162
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ serde = { version = "1.0", features = [ "derive" ] }
|
|||
serde_json = "1"
|
||||
quick-xml = { version = "0.31", features = [ "serialize" ] }
|
||||
chrono = { version = "0.4", features = [ "serde" ] }
|
||||
sha1 = "0.10"
|
||||
sha1 = "0.11"
|
||||
sha2 = "0.10"
|
||||
hex = "0.4"
|
||||
hex-literal = "0.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue