Skip to content

Commit 177896d

Browse files
build(deps): bump digest from 0.11.0-rc.1 to 0.11.0-rc.2 (#406)
Bumps [digest](https://github.com/RustCrypto/traits) from 0.11.0-rc.1 to 0.11.0-rc.2. - [Commits](RustCrypto/traits@digest-v0.11.0-rc.1...digest/v0.11.0-rc.2) --- updated-dependencies: - dependency-name: digest dependency-version: 0.11.0-rc.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a5e76f commit 177896d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ssh-encoding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rust-version = "1.85"
1919
base64ct = { version = "1.7", optional = true }
2020
bigint = { package = "crypto-bigint", version = "0.7.0-rc.6", optional = true, default-features = false, features = ["alloc"] }
2121
bytes = { version = "1", optional = true, default-features = false }
22-
digest = { version = "0.11.0-rc.1", optional = true, default-features = false }
22+
digest = { version = "0.11.0-rc.2", optional = true, default-features = false }
2323
pem-rfc7468 = { version = "1.0.0-rc.3", optional = true }
2424
ssh-derive = { version = "0.3.0-rc.0", optional = true }
2525
subtle = { version = "2", optional = true, default-features = false }

0 commit comments

Comments
 (0)