Skip to content

Commit 2337b6b

Browse files
committed
⬆️ update dependencies
1 parent 946f9d1 commit 2337b6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wsrx/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ name = "wsrx"
3636
required-features = ["binary"]
3737

3838
[dependencies]
39-
tokio = { version = "1.43", features = ["full"] }
39+
tokio = { version = "1.44", features = ["full"] }
4040
rustls = { version = "0.23", features = ["ring"] }
4141
futures-util = { version = "0.3", features = ["sink"] }
4242
tokio-util = { version = "0.7", features = ["codec"] }
@@ -50,7 +50,7 @@ tokio-tungstenite = { version = "0.26", features = [
5050

5151
# binary cli only
5252
clap = { version = "4.5", features = ["derive"], optional = true }
53-
once_cell = { version = "1.20", optional = true }
53+
once_cell = { version = "1.21", optional = true }
5454
tracing = { version = "0.1", optional = true }
5555
tracing-subscriber = { version = "0.3", features = [
5656
"env-filter",

0 commit comments

Comments
 (0)