Skip to content

Commit

Permalink
migrate from deprecated sha-1 to sha1 (#2780)
Browse files Browse the repository at this point in the history
closes #2778
  • Loading branch information
robjtede committed Jun 11, 2022
1 parent 2253eae commit 498fb95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actix-http/Cargo.toml
Expand Up @@ -37,7 +37,7 @@ ws = [
"local-channel",
"base64",
"rand",
"sha-1",
"sha1",
]

# TLS via OpenSSL
Expand Down Expand Up @@ -86,7 +86,7 @@ h2 = { version = "0.3.9", optional = true }
local-channel = { version = "0.1", optional = true }
base64 = { version = "0.13", optional = true }
rand = { version = "0.8", optional = true }
sha-1 = { version = "0.10", optional = true }
sha1 = { version = "0.10", optional = true }

# openssl/rustls
actix-tls = { version = "3", default-features = false, optional = true }
Expand Down

0 comments on commit 498fb95

Please sign in to comment.