core: bump base64 from 0.22.1 to 0.23.0 (#24546)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-07-31 11:33:39 +00:00
committed by GitHub
parent c991de5f1a
commit 7044661ab7
2 changed files with 8 additions and 2 deletions

8
Cargo.lock generated
View File

@@ -313,7 +313,7 @@ dependencies = [
"axum",
"axum-extra",
"axum-server",
"base64 0.22.1",
"base64 0.23.0",
"color-eyre",
"eyre",
"futures",
@@ -611,6 +611,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 = "basic-toml"
version = "0.1.10"

View File

@@ -29,7 +29,7 @@ axum-extra = { version = "= 0.12.6", default-features = false, features = [
"cookie-signed",
"cookie-key-expansion",
] }
base64 = "= 0.22.1"
base64 = "= 0.23.0"
clap = { version = "= 4.6.4", features = ["derive", "env"] }
client-ip = { version = "0.2.1" }
chrono = { version = "0.4.45", features = ["serde"] }