From 2760be5f8fa5e40e2c64bcf9927af9413c977677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 04:55:24 +0000 Subject: [PATCH] build(deps): update base64 requirement from 0.22.1 to 0.23.0 Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1ae3e94..c3b26b6 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -23,7 +23,7 @@ color-eyre = "0.6.5" # Configuration serde = { version = "1.0.228", features = ["derive"] } toml = "1.0.6" -base64 = "0.22.1" +base64 = "0.23.0" # Async runtime tokio-stream = "0.1.18"