Skip to content

Commit

Permalink
Update tokio-tungstenite requirement from 0.24 to 0.26
Browse files Browse the repository at this point in the history
Updates the requirements on [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) to permit the latest version.
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](snapview/tokio-tungstenite@v0.24.0...v0.26.0)

---
updated-dependencies:
- dependency-name: tokio-tungstenite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent 5f41593 commit bb1fc79
Showing 1 changed file with 2 additions and 2 deletions.
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.24", default-features = false}
tokio-tungstenite = {version = "0.26", 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.24", default-features = false, features = ["connect", "url"]}
tokio-tungstenite = {version = "0.26", 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 bb1fc79

Please sign in to comment.