chore: bump nix version to 0.23.1 (#1234)
This commit is contained in:
parent
adb385126c
commit
ec319794a5
2 changed files with 4 additions and 3 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
|
@ -1317,14 +1317,15 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "nix"
|
||||
version = "0.19.1"
|
||||
version = "0.23.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2"
|
||||
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cc",
|
||||
"cfg-if 1.0.0",
|
||||
"libc",
|
||||
"memoffset",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ directories-next = "2.0"
|
|||
interprocess = "1.1.1"
|
||||
lazy_static = "1.4.0"
|
||||
libc = "0.2"
|
||||
nix = "0.19.1"
|
||||
nix = "0.23.1"
|
||||
once_cell = "1.8.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_yaml = "0.8"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue