Update Rust crate md-5 to ^0.11.0
This commit is contained in:
parent
0b9d9ad214
commit
78262f294d
4 changed files with 6 additions and 6 deletions
|
|
@ -7,7 +7,7 @@ edition = "2024"
|
|||
bytemuck = { version = "1.23.1", features = ["derive"] }
|
||||
tokio = { version = "1.47.0", features = ["full"] }
|
||||
hmac = "0.12.1"
|
||||
md-5 = "^0.10.6"
|
||||
md-5 = "^0.11.0"
|
||||
rc4 = "0.1.0"
|
||||
v-byte-helpers = { git = "https://github.com/RusticMaple/VByteMacros", version = "0.1.1" }
|
||||
thiserror = "2.0.12"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue