Skip to content

Commit 36e5104

Browse files
authored
Merge pull request #9 from pmaxhogan/dependabot/cargo/md-5-0.11.0
build(deps): Bump md-5 from 0.10.6 to 0.11.0
2 parents 0999313 + bdc8196 commit 36e5104

2 files changed

Lines changed: 77 additions & 23 deletions

File tree

Cargo.lock

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

crates/driven-drive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ hex.workspace = true
3737
# `with_md5_mismatch_after` fault injector tampers with), and for the M4
3838
# Google store's md5-verify-on-upload (SPEC s8).
3939
parking_lot = "0.12"
40-
md-5 = "0.10"
40+
md-5 = "0.11"
4141

4242
[dev-dependencies]
4343
# The retry-backoff unit tests use `#[tokio::test(start_paused = true)]` to
@@ -51,7 +51,7 @@ bytes.workspace = true
5151
# The md5_mismatch contract test recomputes the real md5 of its payload
5252
# to verify the fault injector returns a different value (and that
5353
# re-uploading clears the latch).
54-
md-5 = "0.10"
54+
md-5 = "0.11"
5555
# M4 token_store unit tests bind keyring to an in-memory mock store so they
5656
# do not touch a real OS keychain in CI (the implementer wires the mock via
5757
# keyring 4.x's test store API).

0 commit comments

Comments
 (0)