Update tokio-tungstenite to 0.19 (#2021)

Co-authored-by: David Pedersen <[email protected]>
This commit is contained in:
Alex Butler
2023-06-23 00:03:30 +02:00
committed by GitHub
co-authored by David Pedersen
parent 8016e7890c
commit 26daec2b17
8 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ version = "0.6.16"
categories = ["asynchronous", "network-programming", "web-programming::http-server"]
description = "Web framework that focuses on ergonomics and modularity"
edition = "2021"
rust-version = "1.60"
rust-version = "1.63"
homepage = "https://github.com/tokio-rs/axum"
keywords = ["http", "web", "framework"]
license = "MIT"
@@ -64,7 +64,7 @@ serde_path_to_error = { version = "0.1.8", optional = true }
serde_urlencoded = { version = "0.7", optional = true }
sha1 = { version = "0.10", optional = true }
tokio = { package = "tokio", version = "1.25.0", features = ["time"], optional = true }
tokio-tungstenite = { version = "0.18.0", optional = true }
tokio-tungstenite = { version = "0.19", optional = true }
tracing = { version = "0.1", default-features = false, optional = true }
[dependencies.tower-http]
+1 -1
View File
@@ -112,7 +112,7 @@ This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in
## Minimum supported Rust version
axum's MSRV is 1.60.
axum's MSRV is 1.63.
## Examples