Update Rust crate base64 to 0.23.0
Some checks failed
renovate/artifacts Artifact file update failure
Some checks failed
renovate/artifacts Artifact file update failure
This commit is contained in:
parent
6dc4d70416
commit
d2efd286ac
10 changed files with 10 additions and 10 deletions
|
|
@ -19,7 +19,7 @@ uuid = { version = "*", features = ["v4"] }
|
|||
walkdir = "2.5.0"
|
||||
zip = "6.0.0"
|
||||
aes-gcm = "0.10.3"
|
||||
base64 = "0.22.1"
|
||||
base64 = "0.23.0"
|
||||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||
sha2 = "0.10.9"
|
||||
x448 = { version = "*" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue