Skip to content

Commit 0d87b77

Browse files
committed
Update nix to version 0.23 since 0.22 is marked vulnerable:
https://rustsec.org/advisories/RUSTSEC-2021-0119.html
1 parent 0b14ec2 commit 0d87b77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Changed
66

7-
- Updated nix to allow both version `0.22` or `0.23`.
7+
- Updated nix to version `0.23`.
88

99
## [0.6.0] - 2021-09-24
1010

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async-tokio = ["futures", "tokio", "mio-evented"]
1919

2020
[dependencies]
2121
futures = { version = "0.3", optional = true }
22-
nix = ">= 0.22, < 0.24"
22+
nix = "0.23"
2323
mio = { version = "0.7", optional = true, features = ["os-ext"]}
2424
tokio = { version = "1", optional = true, features = ["net"] }
2525

0 commit comments

Comments
 (0)