Skip to content

Commit

Permalink
📝 update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Xudong-Huang committed Jun 4, 2024
1 parent d506173 commit 2f726d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ socket2 = { version = "0.5", features = ["all"] }
may_queue = { version = "0.1", path = "may_queue" }

[target.'cfg(unix)'.dependencies]
nix = { version = "0.28", features = ["event", "socket"] }
nix = { version = "0.29", features = ["event", "socket"] }
libc = "0.2"

[target.'cfg(windows)'.dependencies.windows-sys]
Expand All @@ -61,7 +61,7 @@ docopt = "1.0"
tempdir = "0.3"
httparse = "1.1"
native-tls = "0.2"
tungstenite = "0.21"
tungstenite = "0.23"
serde_derive = "1.0"

[features]
Expand Down

0 comments on commit 2f726d4

Please sign in to comment.