Skip to content

Commit 630aaf5

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 9e882e1 commit 630aaf5

2 files changed

Lines changed: 73 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 72 additions & 8 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
@@ -70,7 +70,7 @@ warp = { version = "0.4", default-features = false, features = ["server"] }
7070
toml = "1.1"
7171
# SHA-256 for the kata-config agent's content/drift hashing and (Phase 4)
7272
# the applied-hash node annotation. RustCrypto, pure-Rust, no system deps.
73-
sha2 = "0.10"
73+
sha2 = "0.11"
7474

7575
# Linux-only — used by the reclaim-agent's rung 2 netlink proc connector
7676
# subscriber (`src/netlink_proc.rs`). The portable byte parsers in that

0 commit comments

Comments
 (0)