fix(deps): update rust crate base64 to 0.22.0
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Renovate Bot 2024-03-26 17:01:21 +00:00
parent 15435ec24e
commit 89d9973328

View file

@ -14,7 +14,7 @@ readme = "README.md"
[dependencies] [dependencies]
# atty = "0.2.14" # atty = "0.2.14"
async-std = "1.12.0" async-std = "1.12.0"
base64 = "0.13.0" base64 = "0.22.0"
chrono = "0.4.36" chrono = "0.4.36"
clap = { version = "2.34.0", features = ["yaml"] } clap = { version = "2.34.0", features = ["yaml"] }
colored = "2.1.0" colored = "2.1.0"