Update Rust crate base64 to 0.21.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Pierre HUBERT 2023-05-23 09:48:38 +00:00
parent 1536a63b7b
commit d053c2ce42
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -45,9 +45,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "base64"
version = "0.21.0"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
checksum = "3f1e31e207a6b8fb791a38ea3105e6cb541f55e4d029902d3039a4ad07cc4105"
[[package]]
name = "bincode"

View File

@ -13,7 +13,7 @@ license = "GPL-2.0-or-later"
[dependencies]
log = "0.4.17"
reqwest = { version = "0.11.17", features = ["json"] }
base64 = "0.21.0"
base64 = "0.21.1"
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
urlencoding = "2.1.2"