Skip to content

Commit 6c9bbf0

Browse files
build(deps): upgrade tokio-websockets to v0.13
1 parent d5bacfb commit 6c9bbf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

watermelon-net/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tokio = { version = "1.36", features = ["rt", "net", "time", "io-util"] }
1717
futures-core = "0.3.14"
1818
bytes = "1"
1919

20-
tokio-websockets = { version = "0.12", features = ["client"], optional = true }
20+
tokio-websockets = { version = "0.13", features = ["client"], optional = true }
2121
futures-sink = { version = "0.3.14", default-features = false, optional = true }
2222
http = { version = "1", optional = true }
2323

0 commit comments

Comments
 (0)