-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to new
tungstenite
and bump version
- Loading branch information
1 parent
015e00d
commit 2d23077
Showing
6 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,9 @@ keywords = ["websocket", "io", "web"] | |
authors = ["Daniel Abramov <[email protected]>", "Alexey Galakhov <[email protected]>"] | ||
license = "MIT" | ||
homepage = "https://github.com/snapview/tokio-tungstenite" | ||
documentation = "https://docs.rs/tokio-tungstenite/0.24.0" | ||
documentation = "https://docs.rs/tokio-tungstenite/0.25.0" | ||
repository = "https://github.com/snapview/tokio-tungstenite" | ||
version = "0.24.0" | ||
version = "0.25.0" | ||
edition = "2018" | ||
rust-version = "1.63" | ||
include = ["examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] | ||
|
@@ -34,7 +34,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.24.0" | ||
version = "0.25.0" | ||
default-features = false | ||
|
||
[dependencies.native-tls-crate] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters