Skip to content

Commit

Permalink
Bump tokio-tungstenite to 0.21 (#2747)
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev committed Jan 29, 2024
1 parent 6f55324 commit fb106b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ chrono = { version = "0.4.31", default-features = false, features = ["clock", "s
flate2 = { version = "1.0.28", optional = true }
reqwest = { version = "0.11.22", default-features = false, features = ["multipart", "stream"], optional = true }
static_assertions = { version = "1.1.0", optional = true }
tokio-tungstenite = { version = "0.20.1", optional = true }
tokio-tungstenite = { version = "0.21.0", optional = true }
typemap_rev = { version = "0.3.0", optional = true }
bytes = { version = "1.5.0", optional = true }
percent-encoding = { version = "2.3.0", optional = true }
Expand Down

0 comments on commit fb106b5

Please sign in to comment.