diff --git a/Cargo.toml b/Cargo.toml index f9c592f..f2e84e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,9 +6,9 @@ keywords = ["websocket", "io", "web"] authors = ["Daniel Abramov ", "Alexey Galakhov "] license = "MIT" homepage = "https://github.com/snapview/tokio-tungstenite" -documentation = "https://docs.rs/tokio-tungstenite/0.20.1" +documentation = "https://docs.rs/tokio-tungstenite/0.21.0" repository = "https://github.com/snapview/tokio-tungstenite" -version = "0.20.1" +version = "0.21.0" edition = "2018" rust-version = "1.63" include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] @@ -33,7 +33,7 @@ futures-util = { version = "0.3.28", default-features = false, features = ["sink tokio = { version = "1.0.0", default-features = false, features = ["io-util"] } [dependencies.tungstenite] -version = "0.20.1" +version = "0.21.0" default-features = false [dependencies.native-tls-crate]