Skip to content

Commit

Permalink
Update tokio-tungstenite dependency to 0.23
Browse files Browse the repository at this point in the history
This change updates the tokio-tungstenite dependency we rely on to
version 0.23.
  • Loading branch information
d-e-s-o committed Jul 16, 2024
1 parent f3e086d commit 520719f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Unreleased
----------
- Bumped `tokio-tungstenite` dependency to `0.22`
- Bumped `tokio-tungstenite` dependency to `0.23`


0.12.0
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ test = ["tokio-tungstenite/connect"]
futures = {version = "0.3", default-features = false, features = ["async-await", "std"]}
tokio = {version = "1.8", default-features = false, features = ["rt", "time"]}
tracing = {version = "0.1", default-features = false, features = ["std"]}
tokio-tungstenite = {version = "0.22", default-features = false}
tokio-tungstenite = {version = "0.23", default-features = false}

[dev-dependencies]
rand = {version = "0.8", default-features = false, features = ["std", "std_rng"]}
serde = {version = "1.0", features = ["derive"]}
test-log = {version = "0.2.8", default-features = false, features = ["trace"]}
tokio = {version = "1.8", default-features = false, features = ["rt", "macros", "net", "test-util"]}
tokio-tungstenite = {version = "0.22", default-features = false, features = ["connect"]}
tokio-tungstenite = {version = "0.23", default-features = false, features = ["connect", "url"]}
tracing-subscriber = {version = "0.3", default-features = false, features = ["ansi", "env-filter", "fmt", "local-time"]}
url = "2.0"

Expand Down

0 comments on commit 520719f

Please sign in to comment.