Skip to content

Commit 4962f11

Browse files
committedMar 18, 2025·
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] <support@github.com>
1 parent 8de9a6c commit 4962f11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎ssh-encoding/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ edition = "2021"
1616
rust-version = "1.81"
1717

1818
[dependencies]
19-
base64ct = { version = "1.4", optional = true }
19+
base64ct = { version = "1.7", optional = true }
2020
bytes = { version = "1", optional = true, default-features = false }
2121
digest = { version = "=0.11.0-pre.9", optional = true, default-features = false }
2222
pem-rfc7468 = { version = "1.0.0-rc.2", optional = true }

0 commit comments

Comments
 (0)
Please sign in to comment.