Skip to content

Commit 4a96fe1

Browse files
authored
Update tokio-tungstenite dependency to 0.24 (#3048)
1 parent 6c67796 commit 4a96fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fxhash = { version = "0.2.1", optional = true }
4444
chrono = { version = "0.4.31", default-features = false, features = ["clock", "serde"], optional = true }
4545
flate2 = { version = "1.0.28", optional = true }
4646
reqwest = { version = "0.12.2", default-features = false, features = ["multipart", "stream", "json"], optional = true }
47-
tokio-tungstenite = { version = "0.21.0", optional = true }
47+
tokio-tungstenite = { version = "0.24.0", features = ["url"], optional = true }
4848
percent-encoding = { version = "2.3.0", optional = true }
4949
mini-moka = { version = "0.10.2", optional = true }
5050
mime_guess = { version = "2.0.4", optional = true }

0 commit comments

Comments
 (0)