Skip to content

Commit c4f621c

Browse files
scootermoneldruin
authored andcommitted
chore: update nix to 0.31
1 parent 2cc0850 commit c4f621c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Changed
66

77
- Updated `mio` to version `1`.
8-
- Updated `nix` to version `0.26`.
8+
- Updated `nix` to version `0.31`.
99
- Minimum supported Rust version updated to 1.84.0
1010

1111
## [0.6.2] - 2024-05-13

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ async-tokio = ["futures", "tokio", "mio-evented"]
2121

2222
[dependencies]
2323
futures = { version = "0.3", optional = true }
24-
nix = "0.26"
25-
mio = { version = "1", optional = true, features = ["os-ext"]}
24+
nix = { version = "0.31", features = ["event"] }
25+
mio = { version = "1", optional = true, features = ["os-ext"] }
2626
tokio = { version = "1", optional = true, features = ["net"] }
2727

2828
[dev-dependencies]

0 commit comments

Comments
 (0)