Merge pull request #288 from sagiegurari/dependabot/cargo/base64-0.20.0

Bump base64 from 0.13.1 to 0.20.0
This commit is contained in:
Sagie Gur-Ari 2022-12-12 13:59:52 +01:00 committed by GitHub
commit ebe97b3760
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -61,9 +61,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "base64"
version = "0.13.1"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
[[package]]
name = "bitflags"

View file

@ -26,7 +26,7 @@ include = [
attohttpc = { version = "^0.24", default-features = false, features = [
"compress",
] }
base64 = "^0.13"
base64 = "^0.20"
cfg-if = "^1"
colored = "^2"
duckscript = { version = "^0.7.5", path = "../duckscript" }