Skip to content

Commit a768499

Browse files
Merge pull request #438 from stanislav-tkach/dependabot/cargo/nix-0.31
Update nix requirement from 0.30 to 0.31
2 parents 977a4aa + 78711bc commit a768499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os_info/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ windows-sys = { version = "0.61", features = [
5555
] }
5656

5757
[target.'cfg(any(target_os = "aix", target_os = "dragonfly", target_os = "freebsd", target_os = "illumos", target_os = "linux", target_os = "macos", target_os = "netbsd", target_os = "openbsd", target_os = "cygwin", target_os = "hurd"))'.dependencies]
58-
nix = { version = "0.30", features = ["feature"] }
58+
nix = { version = "0.31", features = ["feature"] }
5959

6060
[dev-dependencies]
6161
pretty_assertions = "1"

0 commit comments

Comments
 (0)