Merge pull request 'Update Rust crate base64 to 0.21.2' (#8) from renovate/base64-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #8
This commit is contained in:
Pierre HUBERT 2023-05-26 13:01:27 +00:00
commit dd94e5d15b
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.1"
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f1e31e207a6b8fb791a38ea3105e6cb541f55e4d029902d3039a4ad07cc4105"
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
[[package]]
name = "bincode"

View File

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