We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c6c08 commit 8b2d6c9Copy full SHA for 8b2d6c9
1 file changed
Cargo.toml
@@ -62,7 +62,7 @@ axum = { version = "0.8", optional = true }
62
tower = { version = "0.5", optional = true }
63
sha2 = { version = "0.10", optional = true }
64
subtle = { version = "2.6", optional = true }
65
-hmac = { version = "0.12", optional = true }
+hmac = { version = "0.13", optional = true }
66
67
[target.'cfg(not(windows))'.dependencies]
68
signal-hook = { version = "0.4", default-features = false, features = ["extended-siginfo"], optional = true }
0 commit comments