Skip to content

Commit

Permalink
udp: upgrade mio to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
greatest-ape committed Jan 12, 2025
1 parent d4ca457 commit 6d98a6d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 93 deletions.
107 changes: 15 additions & 92 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/udp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ hdrhistogram = "7"
hex = "0.4"
libc = "0.2"
log = "0.4"
mio = { version = "0.8", features = ["net", "os-poll"] }
mio = { version = "1", features = ["net", "os-poll"] }
num-format = "0.4"
parking_lot = "0.12"
rand = { version = "0.8", features = ["small_rng"] }
Expand Down

0 comments on commit 6d98a6d

Please sign in to comment.