Skip to content

Commit 1a3eb30

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 9d76e7a commit 1a3eb30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11-
- Updated nix to allow both version `0.22` or `0.23`.
11+
- Updated nix to version `0.23`.
1212

1313
## [v0.5.0] - 2021-09-21
1414

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ required-features = ["async-tokio"]
2222
[dependencies]
2323
bitflags = "1.3"
2424
libc = "0.2"
25-
nix = ">= 0.22, < 0.24"
25+
nix = "0.23"
2626
tokio = { version = "1", features = ["io-std", "net"], optional = true }
2727
futures = { version = "0.3", optional = true }
2828

0 commit comments

Comments
 (0)