We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4980d5 commit 9efac60Copy full SHA for 9efac60
1 file changed
Cargo.toml
@@ -21,7 +21,7 @@ axum-server = { version = "0.7.1", features = ["tls-rustls"] }
21
tower-http = { version = "0.6.2", default-features = false, features = ["trace", "cors"] }
22
tower = { version = "0.5.2", default-features = false, features = ["limit"] }
23
rcgen = "0.14.1"
24
-md5 = "0.7.0"
+md5 = "0.8.0"
25
hex = "0.4.3"
26
27
tokio-rustls = { version = "0.26", default-features = false }
0 commit comments