Skip to content

Commit

Permalink
chore(deps): update tokio-tungstenite requirement from 0.23.1 to 0.24.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: tokio-tungstenite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent b7b0c3b commit d968bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/websocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
async-trait = "0.1.82"
silent = { path = "../../silent", features = ["upgrade"] }
tokio = { version = "1.40.0", features = ["full"] }
tokio-tungstenite = "0.23.1"
tokio-tungstenite = "0.24.0"
futures-util = "0.3.30"
backtrace = "0.3.73"
headers = "0.4.0"
2 changes: 1 addition & 1 deletion silent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ serde_urlencoded = "0.7.1"
mime = "0.3.17"
futures-util = "0.3.30"
chrono = { version = "0.4.38", default-features = false, features = ["clock"] }
tokio-tungstenite = { version = "0.23.1", optional = true }
tokio-tungstenite = { version = "0.24.0", optional = true }
headers = "0.4.0"
tokio-stream = { version = "0.1.15", features = ["net"], optional = true }
pin-project = { version = "1.1", optional = true }
Expand Down

0 comments on commit d968bcb

Please sign in to comment.