From a809b7bfc88aa2ba61899329c3efc2ed39c41e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 10:19:26 +0000 Subject: [PATCH] cargo(deps): bump base64ct from 1.7.3 to 1.8.0 Bumps [base64ct](https://github.com/RustCrypto/formats) from 1.7.3 to 1.8.0. - [Commits](https://github.com/RustCrypto/formats/commits/base64ct/v1.8.0) --- updated-dependencies: - dependency-name: base64ct dependency-version: 1.8.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 645fe82..5fde99e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,9 +97,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64ct" -version = "1.7.3" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3" +checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" [[package]] name = "bitflags"