From 8f6fcc559d7c3a168ca8b146f2055dd5e44974e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 18:27:38 +0000 Subject: [PATCH] deps: update base64 requirement from 0.21.5 to 0.22.1 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.21.5...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sare-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sare-core/Cargo.toml b/sare-core/Cargo.toml index f2f4086..b8f6521 100644 --- a/sare-core/Cargo.toml +++ b/sare-core/Cargo.toml @@ -37,4 +37,4 @@ sha3 = "0.10.8" tiny-bip39 = { version = "2.0.0", default-features = false } [dev-dependencies] -base64 = "0.21.5" +base64 = "0.22.1"