Skip to content

Commit

Permalink
Update mio to the latest version
Browse files Browse the repository at this point in the history
This is one package that previously depended on an outdated version of
`ntapi`, which is causing build issues at
<zellij-org#2760>.
  • Loading branch information
tgross35 committed Mar 21, 2024
1 parent 12daac3 commit 94e7a56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 28 deletions.
32 changes: 5 additions & 27 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 zellij-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
mio = { version = "0.7.11", features = ['os-ext'] }
mio = { version = "0.8.11", features = ['os-ext'] }
serde = { version = "1.0", features = ["derive"] }
url = { version = "2.2.2", features = ["serde"] }
serde_yaml = "0.8"
Expand Down

0 comments on commit 94e7a56

Please sign in to comment.