From 1e1d52c3ae4bc6794e012b12dcc873cfedc2d326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 22:43:19 +0000 Subject: [PATCH] build(deps): bump base64 from 0.22.1 to 0.23.0 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.1 to 0.23.0. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.22.1...v0.23.0) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 +++++++++++----- frontend/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d149f0a..86acb418 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -116,7 +116,7 @@ dependencies = [ [[package]] name = "backend" -version = "1.0.22" +version = "1.0.27" dependencies = [ "axum", "chrono", @@ -139,6 +139,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 = "bincode" version = "1.3.3" @@ -902,7 +908,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", @@ -1538,7 +1544,7 @@ version = "0.12.28" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" dependencies = [ - "base64", + "base64 0.22.1", "bytes", "cookie", "cookie_store", @@ -1608,9 +1614,9 @@ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d" [[package]] name = "rustle-frontend" -version = "1.0.22" +version = "1.0.27" dependencies = [ - "base64", + "base64 0.23.0", "blowfish", "byteorder", "chrono", diff --git a/frontend/Cargo.toml b/frontend/Cargo.toml index 94d5cc3c..37dc3063 100644 --- a/frontend/Cargo.toml +++ b/frontend/Cargo.toml @@ -24,7 +24,7 @@ gloo-net = "0.7" shared-frontend = { git = "https://github.com/studio2201/shared-assets.git", tag = "v3.0.33" } shared-core = { git = "https://github.com/studio2201/shared-assets.git", tag = "v3.0.33" } chrono = { version = "0.4", features = ["serde"] } -base64 = "0.22" +base64 = "0.23" blowfish = "0.10" byteorder = "1.5" log = "0.4"