From ff0001f6490517651e97c6fa8b01a7394a84ff62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 02:11:11 +0000 Subject: [PATCH] chore(deps): update rust crate base64 to 0.22.1 --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0627ab8..de6386a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -364,9 +364,9 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "base64" -version = "0.22.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64ct" @@ -2237,7 +2237,7 @@ version = "3.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20" dependencies = [ - "base64 0.22.0", + "base64 0.22.1", "chrono", "hex", "indexmap 1.9.3", @@ -2442,7 +2442,7 @@ version = "0.1.2-alpha.1" dependencies = [ "actix-web", "anyhow", - "base64 0.22.0", + "base64 0.22.1", "teepot", "tracing", "tracing-log", @@ -2507,7 +2507,7 @@ dependencies = [ "actix-web", "anyhow", "awc", - "base64 0.22.0", + "base64 0.22.1", "bytemuck", "bytes", "clap", @@ -2925,7 +2925,7 @@ version = "0.1.2-alpha.1" dependencies = [ "actix-web", "anyhow", - "base64 0.22.0", + "base64 0.22.1", "clap", "serde_json", "teepot", diff --git a/Cargo.toml b/Cargo.toml index e82fecb..9c75682 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ actix-tls = "3" actix-web = { version = "4.5", features = ["rustls-0_22"] } anyhow = "1.0.82" awc = { version = "3.4", features = ["rustls-0_22-webpki-roots"] } -base64 = "0.22.0" +base64 = "0.22.1" bitflags = "2.5" bytemuck = { version = "1.15.0", features = ["derive", "min_const_generics", "extern_crate_std"] } bytes = "1"