Skip to content

Commit 0fda34c

Browse files
build(deps): update md-5 requirement from 0.10.6 to 0.11.0 (#679)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 719a29d commit 0fda34c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ form_urlencoded = { version = "1.2", optional = true }
5151
http-body-util = { version = "0.1.2", optional = true }
5252
httparse = { version = "1.8.0", default-features = false, features = ["std"], optional = true }
5353
hyper = { version = "1.2", default-features = false, optional = true }
54-
md-5 = { version = "0.10.6", default-features = false, optional = true }
54+
md-5 = { version = "0.11.0", default-features = false, optional = true }
5555
quick-xml = { version = "0.39.0", features = ["serialize", "overlapped-lists"], optional = true }
5656
rand = { version = "0.10", default-features = false, features = ["std", "std_rng", "thread_rng"], optional = true }
5757
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-native-roots", "http2"], optional = true }

0 commit comments

Comments
 (0)