From 2be2262bfd1f82d8f56b6f84d27d4a501418b1fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 21:04:42 +0000 Subject: [PATCH] build(deps): bump md5 from 0.7.0 to 0.8.0 Bumps [md5](https://github.com/stainless-steel/md5) from 0.7.0 to 0.8.0. - [Commits](https://github.com/stainless-steel/md5/commits) --- updated-dependencies: - dependency-name: md5 dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- kwallet/parser/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 13d1cf685..a0e8b3dea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -947,9 +947,9 @@ dependencies = [ [[package]] name = "md5" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" +checksum = "ae960838283323069879657ca3de837e9f7bbb4c7bf6ea7f1b290d5e9476d2e0" [[package]] name = "memchr" diff --git a/kwallet/parser/Cargo.toml b/kwallet/parser/Cargo.toml index 5f06c1a65..23d352a87 100644 --- a/kwallet/parser/Cargo.toml +++ b/kwallet/parser/Cargo.toml @@ -16,7 +16,7 @@ exclude.workspace = true blowfish = "0.9" cbc = "0.1" ecb = "0.1" -md5 = "0.7" +md5 = "0.8" sha1 = "0.10" sha2 = "0.10" pbkdf2 = { version = "0.12", default-features = false, features = ["simple"] }