From aa5846b98dab9ecf2c14fe25033474533498eb36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 02:39:49 +0000 Subject: [PATCH] Bump md-5 from 0.10.6 to 0.11.0 Bumps [md-5](https://github.com/RustCrypto/hashes) from 0.10.6 to 0.11.0. - [Commits](https://github.com/RustCrypto/hashes/compare/md-5-v0.10.6...md2-v0.11.0) --- updated-dependencies: - dependency-name: md-5 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++------------ svanill-vault-cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f98636a6..e80fc815 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -643,7 +643,7 @@ dependencies = [ "http 1.3.1", "http-body 1.0.1", "http-body-util", - "md-5 0.11.0", + "md-5", "pin-project-lite", "sha1 0.11.0", "sha2 0.11.0", @@ -2634,16 +2634,6 @@ dependencies = [ "regex-automata 0.4.14", ] -[[package]] -name = "md-5" -version = "0.10.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" -dependencies = [ - "cfg-if", - "digest 0.10.7", -] - [[package]] name = "md-5" version = "0.11.0" @@ -4125,7 +4115,7 @@ dependencies = [ "assert_cmd", "atty", "confy", - "md-5 0.10.6", + "md-5", "mockito", "rand 0.10.1", "reqwest 0.12.12", diff --git a/svanill-vault-cli/Cargo.toml b/svanill-vault-cli/Cargo.toml index 4a70097b..8ffca882 100644 --- a/svanill-vault-cli/Cargo.toml +++ b/svanill-vault-cli/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.150" confy = "1.0.0" rand = "0.10.1" -md-5 = "0.10.6" +md-5 = "0.11.0" [dev-dependencies] assert_cmd = "2.0.17"