Skip to content

Commit

Permalink
合并来自hubertshelley/dependabot/cargo/tokio-tungstenite-0.24.0的拉取请求#66
Browse files Browse the repository at this point in the history
chore(deps): update tokio-tungstenite requirement from 0.23.1 to 0.24.0
  • Loading branch information
hubertshelley authored Sep 26, 2024
2 parents b7b0c3b + d968bcb commit 44dbbb2
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 44dbbb2

Please sign in to comment.