Skip to content

Commit

Permalink
Merge pull request #8 from bash/dependabot/cargo/mio-0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bash authored Mar 5, 2024
2 parents a9c2e92 + dc3af2d commit 7cc0e7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rgb = { version = "0.8.37", optional = true }
[target.'cfg(unix)'.dependencies]
libc = "0.2.151"
memchr = "2.7.1"
mio = { version = "0.8.10", features = ["os-poll", "os-ext"], default-features = false }
mio = { version = "0.8.11", features = ["os-poll", "os-ext"], default-features = false }
terminal-trx = "0.2.0"

[features]
Expand Down

0 comments on commit 7cc0e7e

Please sign in to comment.