Skip to content

Commit 7c05bb5

Browse files
authored
Merge pull request #6 from feuyeux/dependabot/cargo/hello-websocket-rust/tungstenite-0.21.0
Update tungstenite requirement from 0.20.1 to 0.21.0 in /hello-websocket-rust
2 parents 122ccee + 53650f3 commit 7c05bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello-websocket-rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ futures-channel = "0.3"
1010
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }
1111
tokio = { version = "1.23.0", features = ["full"] }
1212
tokio-tungstenite = "0.20.1"
13-
tungstenite = "0.20.1"
13+
tungstenite = "0.21.0"
1414
url = "2.4.1"
1515

1616
[[bin]]

0 commit comments

Comments
 (0)