Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/wx-rust-pay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading