mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-17 00:00:16 +02:00
Update tokio-tungstenite (#525)
This commit is contained in:
@@ -20,6 +20,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
`routing::{get, get_service, ..., MethodRouter}`.
|
||||
- **breaking:** `HandleErrorExt` has been removed in favor of
|
||||
`MethodRouter::handle_error`.
|
||||
- Update WebSockets to use tokio-tungstenite 0.16 ([#525])
|
||||
|
||||
[#525]: https://github.com/tokio-rs/axum/pull/525
|
||||
|
||||
# 0.3.3 (13. November, 2021)
|
||||
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@ mime = { optional = true, version = "0.3" }
|
||||
multer = { optional = true, version = "2.0.0" }
|
||||
serde_json = { version = "1.0", optional = true }
|
||||
sha-1 = { optional = true, version = "0.9.6" }
|
||||
tokio-tungstenite = { optional = true, version = "0.15" }
|
||||
tokio-tungstenite = { optional = true, version = "0.16" }
|
||||
|
||||
[dev-dependencies]
|
||||
futures = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user