fix(deps): update rust crate base64 to 0.22.0 #16

Merged
kemitix merged 2 commits from renovate/base64-0.x into main 2024-03-27 09:45:43 +00:00
Showing only changes of commit 89d9973328 - Show all commits

View file

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