From f48cb7d4b0814e97b24066c2b3264e5a368ce76c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 7 Jun 2024 17:01:05 +0000 Subject: [PATCH] chore(deps): update rust crate base64 to 0.22.0 --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6cc14c..e076b87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -268,18 +268,18 @@ dependencies = [ "rustc-demangle", ] -[[package]] -name = "base64" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" - [[package]] name = "base64" version = "0.21.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" +[[package]] +name = "base64" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" + [[package]] name = "bincode" version = "1.3.3" @@ -531,7 +531,7 @@ dependencies = [ "anyhow", "async-stream", "async-trait", - "base64 0.13.1", + "base64 0.22.1", "byteorder", "clap", "config", @@ -962,7 +962,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.10", + "socket2 0.5.5", "tokio", "tower-service", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 230b782..d5fcb4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ serde_json = "1" tonic-build = "0.10.2" [dev-dependencies] -base64 = "0.13.0" +base64 = "0.22.0" anyhow = "1.0.63" maplit = "1.0.2"