From d33d0171d0bd2cb26223192821bd2b78ea8d0631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:57:36 +0000 Subject: [PATCH] build(deps): bump base64 from 0.22.0 to 0.22.1 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.0 to 0.22.1. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.22.0...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d743dac4..89a19c13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -381,9 +381,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" @@ -758,7 +758,7 @@ dependencies = [ name = "drawbridge-byte" version = "0.4.3" dependencies = [ - "base64 0.22.0", + "base64 0.22.1", "serde", ] @@ -829,7 +829,7 @@ dependencies = [ "anyhow", "async-std", "axum", - "base64 0.22.0", + "base64 0.22.1", "drawbridge-byte", "drawbridge-jose", "futures", @@ -2249,7 +2249,7 @@ version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" dependencies = [ - "base64 0.22.0", + "base64 0.22.1", "rustls-pki-types", ] @@ -2876,7 +2876,7 @@ version = "2.9.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d11a831e3c0b56e438a28308e7c810799e3c118417f342d30ecec080105395cd" dependencies = [ - "base64 0.22.0", + "base64 0.22.1", "flate2", "log", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 8525ee4b..9771b116 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ anyhow = { version = "1.0.82", default-features = false } async-h1 = { version = "2.3.4", default-features = false } async-std = { version = "1.12.0", default-features = false } axum = { version = "0.5.17", default-features = false } -base64 = { version = "0.22.0", default-features = false } +base64 = { version = "0.22.1", default-features = false } camino = { version = "1.1.6", default-features = false } cap-async-std = { version = "0.26.1", default-features = true, features = ["fs_utf8"] } clap = { version = "4.5.4", default-features = false, features = ["derive", "error-context", "help", "std", "usage", "wrap_help"] }