fix(deps): update rust crate base64 to 0.22.0
This commit is contained in:
parent
0160cf4991
commit
b32d229700
1 changed files with 1 additions and 1 deletions
|
@ -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.35"
|
chrono = "0.4.35"
|
||||||
clap = { version = "2.34.0", features = ["yaml"] }
|
clap = { version = "2.34.0", features = ["yaml"] }
|
||||||
colored = "2.0.0"
|
colored = "2.0.0"
|
||||||
|
|
Loading…
Reference in a new issue