Skip to content

Commit 21a2c0d

Browse files
jdmsdroege
authored andcommitted
Upgrade tungstenite to 0.28.
1 parent c3bba9c commit 21a2c0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ default-features = false
5151
features = ["sink"]
5252

5353
[dependencies.tungstenite]
54-
version = "0.27"
54+
version = "0.28"
5555
default-features = false
5656

5757
[dependencies.async-std]
@@ -133,7 +133,7 @@ hyper-util = { version = "0.1", features = ["tokio"] }
133133
http-body-util = "0.1"
134134

135135
[dev-dependencies.tungstenite]
136-
version = "0.27"
136+
version = "0.28"
137137
features = ["url"]
138138

139139
[[example]]

0 commit comments

Comments
 (0)