We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2d6c9 commit 8774eb3Copy full SHA for 8774eb3
1 file changed
Cargo.toml
@@ -60,7 +60,7 @@ hyper-rustls = { version = "0.27", features = ["http2", "native-tokio"], default
60
tokio-tungstenite = { version = "0.29.0", features = [], optional = true }
61
axum = { version = "0.8", optional = true }
62
tower = { version = "0.5", optional = true }
63
-sha2 = { version = "0.10", optional = true }
+sha2 = { version = "0.11", optional = true }
64
subtle = { version = "2.6", optional = true }
65
hmac = { version = "0.13", optional = true }
66
0 commit comments