From 147d250cb150fa80c7fc424b5032bfc0e5bb780f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:14:40 +0000 Subject: [PATCH] chore(deps): update sm4 requirement from 0.5 to 0.6 in /My_server Updates the requirements on [sm4](https://github.com/RustCrypto/block-ciphers) to permit the latest version. - [Commits](https://github.com/RustCrypto/block-ciphers/compare/aes-v0.5.0...sm4-v0.6.0) --- updated-dependencies: - dependency-name: sm4 dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- My_server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/My_server/Cargo.toml b/My_server/Cargo.toml index fb9d442..6a82903 100644 --- a/My_server/Cargo.toml +++ b/My_server/Cargo.toml @@ -198,7 +198,7 @@ cbc = "0.1" # 国密 SM2/SM3/SM4 (Phase 0: 安全合规) sm3 = "0.4" -sm4 = "0.5" +sm4 = "0.6" smcrypto = "0.2" # 模板引擎