Merge pull request 'chore(deps): update rust crate base64 to 0.22.0' (#35) from renovate/base64-0.x into master
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending

Reviewed-on: #35
This commit is contained in:
Aravinth Manivannan 2024-06-08 00:36:58 +05:30
commit 03cefb4f45
2 changed files with 9 additions and 9 deletions

16
Cargo.lock generated
View file

@ -268,18 +268,18 @@ dependencies = [
"rustc-demangle", "rustc-demangle",
] ]
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]] [[package]]
name = "base64" name = "base64"
version = "0.21.5" version = "0.21.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]] [[package]]
name = "bincode" name = "bincode"
version = "1.3.3" version = "1.3.3"
@ -531,7 +531,7 @@ dependencies = [
"anyhow", "anyhow",
"async-stream", "async-stream",
"async-trait", "async-trait",
"base64 0.13.1", "base64 0.22.1",
"byteorder", "byteorder",
"clap", "clap",
"config", "config",
@ -962,7 +962,7 @@ dependencies = [
"httpdate", "httpdate",
"itoa", "itoa",
"pin-project-lite", "pin-project-lite",
"socket2 0.4.10", "socket2 0.5.5",
"tokio", "tokio",
"tower-service", "tower-service",
"tracing", "tracing",

View file

@ -44,7 +44,7 @@ serde_json = "1"
tonic-build = "0.10.2" tonic-build = "0.10.2"
[dev-dependencies] [dev-dependencies]
base64 = "0.13.0" base64 = "0.22.0"
anyhow = "1.0.63" anyhow = "1.0.63"
maplit = "1.0.2" maplit = "1.0.2"