From bdfb0a4be5a35a747ae2278f48d41a5c4da86857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 18:14:36 +0000 Subject: [PATCH] build(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 ++-- ssh-encoding/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ae2baac..1dd7ae66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -64,9 +64,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 = "bcrypt-pbkdf" diff --git a/ssh-encoding/Cargo.toml b/ssh-encoding/Cargo.toml index 39daa2b3..856a08b5 100644 --- a/ssh-encoding/Cargo.toml +++ b/ssh-encoding/Cargo.toml @@ -16,7 +16,7 @@ edition = "2021" rust-version = "1.81" [dependencies] -base64ct = { version = "1.4", optional = true } +base64ct = { version = "1.7", optional = true } bytes = { version = "1", optional = true, default-features = false } digest = { version = "=0.11.0-pre.9", optional = true, default-features = false } pem-rfc7468 = { version = "1.0.0-rc.2", optional = true }