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 2253eae commit 498fb95Copy full SHA for 498fb95
actix-http/Cargo.toml
@@ -37,7 +37,7 @@ ws = [
37
"local-channel",
38
"base64",
39
"rand",
40
- "sha-1",
+ "sha1",
41
]
42
43
# TLS via OpenSSL
@@ -86,7 +86,7 @@ h2 = { version = "0.3.9", optional = true }
86
local-channel = { version = "0.1", optional = true }
87
base64 = { version = "0.13", optional = true }
88
rand = { version = "0.8", optional = true }
89
-sha-1 = { version = "0.10", optional = true }
+sha1 = { version = "0.10", optional = true }
90
91
# openssl/rustls
92
actix-tls = { version = "3", default-features = false, optional = true }
0 commit comments