Skip to content

Commit f09fcf0

Browse files
Update Rust crate tokio-tungstenite to 0.24 (#54)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a1052cd commit f09fcf0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde_json = { version = "1.0" }
2121
thiserror = "1.0"
2222
tokio = { version = "1.38"}
2323
tokio-stream = { version = "0.1", features = [ "sync" ] }
24-
tokio-tungstenite = "0.23"
24+
tokio-tungstenite = "0.24"
2525
tracing = "0.1"
2626
crossterm = "0.28.1"
2727
hickory-client = { version = "0.24", default-features = false }

0 commit comments

Comments
 (0)