From 3c2ae16350e63e6d75ca7e526c8b5ddc4a27b00b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 02:41:01 +0000 Subject: [PATCH] chore(deps): Bump base64ct from 1.6.0 to 1.7.3 Bumps [base64ct](https://github.com/RustCrypto/formats) from 1.6.0 to 1.7.3. - [Commits](https://github.com/RustCrypto/formats/commits) --- updated-dependencies: - dependency-name: base64ct dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- jose-b64/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b8dd1e..906caf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,9 +16,9 @@ checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" [[package]] name = "base64ct" -version = "1.6.0" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" +checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3" [[package]] name = "block-buffer" diff --git a/jose-b64/Cargo.toml b/jose-b64/Cargo.toml index 08e6fda..e4e1df7 100644 --- a/jose-b64/Cargo.toml +++ b/jose-b64/Cargo.toml @@ -19,7 +19,7 @@ json = ["serde", "dep:serde_json"] serde = ["dep:serde"] [dependencies] -base64ct = { version = "1.6.0", default-features = false, features = ["alloc"] } +base64ct = { version = "1.7.3", default-features = false, features = ["alloc"] } # optional dependencies zeroize = { version = "1.7.0", default-features = false, optional = true, features = ["alloc", "serde"] }