Skip to content

Commit 0aae542

Browse files
dependabot[bot]Cody Kickertz
andauthored
chore(deps): bump sha2 from 0.10.9 to 0.11.0 (#134)
* 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> * fix: resolve CI failures for PR #134 Update rustls-webpki to 0.103.10 (RUSTSEC-2026-0049) and add cargo-deny skip entries for crypto crate duplicates introduced by the sha2 0.10→0.11 transition (block-buffer, const-oid, crypto-common, digest, sha2). Gate-Passed: kanon --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cody Kickertz <cody@forkwright.com>
1 parent 771f436 commit 0aae542

4 files changed

Lines changed: 109 additions & 34 deletions

File tree

Cargo.lock

Lines changed: 87 additions & 32 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
@@ -123,7 +123,7 @@ rcgen = { version = "0.13", features = ["pem"] }
123123
mdns-sd = "0.18"
124124

125125
# ── Crypto utilities ──────────────────────────────────────────────────────────
126-
sha2 = "0.10"
126+
sha2 = "0.11"
127127
base64 = "0.22"
128128
rand_core = { version = "0.6", features = ["getrandom"] }
129129

crates/exousia/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ uuid.workspace = true
1818
serde.workspace = true
1919
serde_json.workspace = true
2020
axum.workspace = true
21-
sha2 = "0.10"
21+
sha2 = "0.11"
2222
rand_core = { version = "0.6", features = ["getrandom"] }
2323

2424
[dev-dependencies]

0 commit comments

Comments
 (0)