More deps

This commit is contained in:
Ferran Basora 2021-07-21 14:37:01 +00:00
parent 95685a46c7
commit e236967fcc
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -33,9 +33,9 @@ dependencies = [
[[package]]
name = "base64"
version = "0.11.0"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "bitflags"

View File

@ -12,7 +12,7 @@ license = "MIT"
termion = "1.5"
regex = "1.3.1"
clap = "2.33.0"
base64 = "0.11.0"
base64 = "0.13.0"
unicode-width = "0.1.7"
lazy_static = "1.4.0"