mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-26 09:08:05 +01:00
Update to tokio-tungstenite-0.18.0 and use sha1 (#1598)
This commit is contained in:
parent
6c133be5b7
commit
56d0dd9ec2
1 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ original-uri = []
|
|||
query = ["dep:serde_urlencoded"]
|
||||
tokio = ["dep:tokio", "hyper/server", "hyper/tcp", "tower/make"]
|
||||
tower-log = ["tower/log"]
|
||||
ws = ["tokio", "dep:tokio-tungstenite", "dep:sha-1", "dep:base64"]
|
||||
ws = ["tokio", "dep:tokio-tungstenite", "dep:sha1", "dep:base64"]
|
||||
|
||||
# Required for intra-doc links to resolve correctly
|
||||
__private_docs = ["tower/full", "tower-http/full"]
|
||||
|
@ -59,9 +59,9 @@ multer = { version = "2.0.0", optional = true }
|
|||
serde_json = { version = "1.0", features = ["raw_value"], optional = true }
|
||||
serde_path_to_error = { version = "0.1.8", optional = true }
|
||||
serde_urlencoded = { version = "0.7", optional = true }
|
||||
sha-1 = { version = "0.10", optional = true }
|
||||
sha1 = { version = "0.10", optional = true }
|
||||
tokio = { package = "tokio", version = "1.21", features = ["time"], optional = true }
|
||||
tokio-tungstenite = { version = "0.17.2", optional = true }
|
||||
tokio-tungstenite = { version = "0.18.0", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
rustversion = "1.0.9"
|
||||
|
|
Loading…
Reference in a new issue