chore(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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-27 02:18:19 +00:00
committed by GitHub
parent 5c8810a96e
commit d97b04d19d
2 changed files with 11 additions and 5 deletions
Generated
+10 -4
View File
@@ -148,7 +148,7 @@ checksum = "6994528f8f9dcb75b0a1f6261cd44f22ce499355295920b8dece7fcd827d084a"
dependencies = [
"anyhow",
"assert_tv_macros",
"base64",
"base64 0.22.1",
"log",
"serde",
"serde_json",
@@ -196,6 +196,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"
@@ -1912,7 +1918,7 @@ version = "0.3.0-dev"
dependencies = [
"anyhow",
"assert_tv",
"base64",
"base64 0.23.0",
"clap",
"clap_complete",
"clap_mangen",
@@ -2061,7 +2067,7 @@ dependencies = [
"allocator-api2-tests",
"anyhow",
"assert_tv",
"base64",
"base64 0.23.0",
"base64ct",
"log",
"memsec",
@@ -2753,7 +2759,7 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
"windows-sys 0.48.0",
"windows-sys 0.61.2",
]
[[package]]
+1 -1
View File
@@ -80,7 +80,7 @@ lazy_static = "1.5"
#Dev dependencies
assert_tv = { version = "0.6" }
base64 = { version = "0.22.1" }
base64 = { version = "0.23.0" }
serial_test = "3.2.0"
tempfile = "3"
stacker = "0.1.21"