From e3a48ecfb6e004264e4659a09d42cfcd357c7b9f Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 05:35:54 +0000 Subject: [PATCH] Update Rust crate base64 to 0.23 --- Cargo.lock | 28 +++++++++++++++++----------- Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30c3350..22f9e1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,6 +183,12 @@ version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" +[[package]] +name = "base64" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b25655df2c3cdd83c5e5b293b88acd880332b2ddadd7c30ac43144fdc0033da9" + [[package]] name = "base64ct" version = "1.8.3" @@ -710,7 +716,7 @@ dependencies = [ "async-compression", "async-stream", "async-trait", - "base64", + "base64 0.22.1", "bytes", "camino", "chrono", @@ -758,7 +764,7 @@ name = "dropshot-authorization-header" version = "0.4.9" dependencies = [ "async-trait", - "base64", + "base64 0.23.0", "dropshot", "tracing", ] @@ -1039,7 +1045,7 @@ version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "020dd415ee200770d835d01674084400a4d11e6c108ae941f660e8264f49d4ca" dependencies = [ - "base64", + "base64 0.22.1", "chrono", "http", "http-body-util", @@ -1253,7 +1259,7 @@ version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" dependencies = [ - "base64", + "base64 0.22.1", "bytes", "futures-channel", "futures-util", @@ -1535,7 +1541,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eba32bfb4ffdeaca3e34431072faf01745c9b26d25504aa7a6cf5684334fc4fc" dependencies = [ "aws-lc-rs", - "base64", + "base64 0.22.1", "getrandom 0.2.17", "js-sys", "pem", @@ -1809,7 +1815,7 @@ version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51e219e79014df21a225b1860a479e2dcd7cbd9130f4defd4bd0e191ea31d67d" dependencies = [ - "base64", + "base64 0.22.1", "chrono", "getrandom 0.2.17", "http", @@ -1912,7 +1918,7 @@ version = "3.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be" dependencies = [ - "base64", + "base64 0.22.1", "serde_core", ] @@ -2271,7 +2277,7 @@ version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" dependencies = [ - "base64", + "base64 0.22.1", "bytes", "futures-core", "futures-util", @@ -2714,7 +2720,7 @@ version = "3.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c" dependencies = [ - "base64", + "base64 0.22.1", "bs58", "chrono", "hex", @@ -3484,7 +3490,7 @@ version = "0.4.9" dependencies = [ "anyhow", "async-trait", - "base64", + "base64 0.23.0", "chrono", "cookie", "crc32c", @@ -3991,7 +3997,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef19a12dfb29fe39f78e1547e1be49717b84aef8762a4001359ed4f94d3accc1" dependencies = [ "async-trait", - "base64", + "base64 0.22.1", "http", "http-body-util", "hyper", diff --git a/Cargo.toml b/Cargo.toml index 8a52f7a..3e1cc7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ version = "0.4.9" anyhow = "1.0" async-bb8-diesel = "0.3" async-trait = "0.1.89" -base64 = "0.22" +base64 = "0.23" bb8 = "0.9" chrono = "0.4" clap = { version = "4.6.4", features = ["derive", "string"] }