Skip to content

Commit 8c76bd2

Browse files
committed
Update nix to allow only 0.23 since 0.22 is marked vulnerable:
https://rustsec.org/advisories/RUSTSEC-2021-0119.html
1 parent 754ce32 commit 8c76bd2

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
@@ -5,7 +5,7 @@
55
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.5.0...HEAD)
66

77
- Implement `AsRawFd` for `Spidev` to allow access to the underlying file descriptor.
8-
- Updated nix to allow both version `0.22` or `0.23`.
8+
- Updated nix to version `0.23`.
99

1010
## 0.5.0 / 2021-09-21
1111

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ half-duplex SPI access, and full-duplex SPI access.
1818
[dependencies]
1919
libc = "0.2"
2020
bitflags = "1.3"
21-
nix = ">= 0.22, < 0.24"
21+
nix = "0.23"

0 commit comments

Comments
 (0)