From 5d9e33340a58832420f757d563c1f31c3dda2cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:17:50 +0000 Subject: [PATCH] chore(deps): update md-5 requirement from 0.10.6 to 0.11.0 Updates the requirements on [md-5](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](https://github.com/RustCrypto/hashes/compare/streebog-v0.11.0-pre.0...md2-v0.11.0) --- updated-dependencies: - dependency-name: md-5 dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/wx-rust-pay/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wx-rust-pay/Cargo.toml b/crates/wx-rust-pay/Cargo.toml index 32c7a97..496b2b3 100644 --- a/crates/wx-rust-pay/Cargo.toml +++ b/crates/wx-rust-pay/Cargo.toml @@ -38,7 +38,7 @@ hex = { workspace = true } sha2 = { workspace = true } hmac = { workspace = true } # MD5(v2 签名 SignType.MD5,对应 Java commons-codec DigestUtils.md5Hex) -md-5 = "0.10.6" +md-5 = "0.11.0" # AES-256-ECB(v2 退款通知 req_info 解密,对应 Java AES/ECB/PKCS5Padding) aes = { workspace = true } # GZIP 对账单解压(对应 Java ZipUtils.unGzip)