Skip to content

Commit

Permalink
Merge pull request #623 from waywardmonkeys/update-mio
Browse files Browse the repository at this point in the history
deps: Update `mio` to 1.0
  • Loading branch information
dfaust authored Oct 14, 2024
2 parents 146b1bd + 2fe79b8 commit 6969045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ v4 commits split out to branch `v4_maintenance` starting with `4.0.16`

- CHANGE: raise MSRV to 1.72
- CHANGE: remove internal use of crossbeam-channels
- CHANGE: upgrade mio to 1.0

## notify-types 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ insta = "1.34.0"
kqueue = "1.0.8"
libc = "0.2.4"
log = "0.4.17"
mio = { version = "0.8.10", features = ["os-ext"] }
mio = { version = "1.0", features = ["os-ext"] }
mock_instant = "0.3.0"
instant = "0.1.12"
nix = "0.27.0"
Expand Down

0 comments on commit 6969045

Please sign in to comment.