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
|
|
@ -22,7 +22,7 @@ reqwest = "0.13.2"
|
|||
tokio = { version = "1.50.0", features = ["full"] }
|
||||
tokio-util = { version = "0.7", features = ["rt"] }
|
||||
uuid = { version = "*", features = ["v4"] }
|
||||
base64 = "0.22.1"
|
||||
base64 = "0.23.0"
|
||||
hex = "*"
|
||||
rand = "0.8"
|
||||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue