Skip to content

Commit 1e238e9

Browse files
chore(deps): bump sha2 from 0.10.9 to 0.11.0
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.9 to 0.11.0. - [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5068b5a commit 1e238e9

2 files changed

Lines changed: 50 additions & 27 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ nix = { version = "0.30", default-features = false, features = ["fs", "user", "s
2525
# selecting it specifically (over `ring`/`openssl`) keeps the supply-chain
2626
# surface to a single pure-Rust crate with no C dependencies, no FFI, and a
2727
# stable 0.10 line that has not had a security advisory in years.
28-
sha2 = { version = "0.10", default-features = false, optional = true }
28+
sha2 = { version = "0.11", default-features = false, optional = true }
2929
# `base64` is used by the `guest_metadata` module to encode raw secret bytes
3030
# onto the newline-delimited JSON wire format that talks to the in-guest
3131
# daemon. The crate is the de-facto pure-Rust base64 implementation; gated

0 commit comments

Comments
 (0)