From 6b88a8ec1d712daadf985b8f44f7e08062fe37da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 05:26:58 +0000 Subject: [PATCH] Update Rust crate base64 to 0.22 --- Cargo.lock | 14 ++++++++++---- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58c4823..fdadf15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -122,6 +122,12 @@ version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" +[[package]] +name = "base64" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" + [[package]] name = "binascii" version = "0.1.4" @@ -497,7 +503,7 @@ name = "handball" version = "0.0.0" dependencies = [ "anyhow", - "base64", + "base64 0.22.1", "grid", "include_directory", "maud", @@ -1087,7 +1093,7 @@ version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dbe1792e10fb9ec5a27aad80a8471a2f5cf013dfac32db439b024d66cf97e7be" dependencies = [ - "base64", + "base64 0.21.7", "biscuit", "chrono", "lazy_static", @@ -1361,7 +1367,7 @@ version = "0.11.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" dependencies = [ - "base64", + "base64 0.21.7", "bytes", "encoding_rs", "futures-core", @@ -1580,7 +1586,7 @@ version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" dependencies = [ - "base64", + "base64 0.21.7", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index a0cde56..03c9769 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ rocket = { version = "=0.5.0-rc.3", features = ["json"] } openid = { version = "0.12", default-features = false, features = ["rustls"] } url = "2" anyhow = "1" -base64 = "0.21" +base64 = "0.22" include_directory = "0.1.1" maud = {version = "0.27"} grid = "0.16.1"