1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-02 12:56:16 +02:00

chore(deps): bump nix from 0.24.1 to 0.24.2

Bumps [nix](https://github.com/nix-rust/nix) from 0.24.1 to 0.24.2.
- [Release notes](https://github.com/nix-rust/nix/releases)
- [Changelog](https://github.com/nix-rust/nix/blob/v0.24.2/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.24.1...v0.24.2)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-18 01:21:34 +00:00 committed by GitHub
parent 619ae7d1ec
commit 00899dbcb1
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View File

@ -1282,9 +1282,9 @@ checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"
[[package]]
name = "nix"
version = "0.24.1"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f17df307904acd05aa8e32e97bb20f2a0df1728bbc2d771ae8f9a90463441e9"
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
dependencies = [
"bitflags",
"cfg-if 1.0.0",

View File

@ -20,7 +20,7 @@ systemd = ["v2", "dbus"]
cgroupsv2_devices = ["rbpf", "libbpf-sys", "errno", "libc"]
[dependencies]
nix = "0.24.1"
nix = "0.24.2"
procfs = "0.13.0"
log = "0.4"
anyhow = "1.0"

View File

@ -27,7 +27,7 @@ futures = { version = "0.3", features = ["thread-pool"] }
libc = "0.2.126"
log = "0.4"
mio = { version = "0.8.4", features = ["os-ext", "os-poll"] }
nix = "0.24.1"
nix = "0.24.2"
oci-spec = { version = "0.5.7", features = ["runtime"] }
path-clean = "0.1.0"
procfs = "0.13.0"

View File

@ -23,7 +23,7 @@ libcgroups = { version = "0.0.3", path = "../libcgroups" }
libcontainer = { version = "0.0.3", path = "../libcontainer" }
liboci-cli = { version = "0.0.3", path = "../liboci-cli" }
log = { version = "0.4", features = ["std"]}
nix = "0.24.1"
nix = "0.24.2"
oci-spec = { version = "0.5.7", features = ["runtime"] }
once_cell = "1.13.0"
pentacle = "1.0.0"

View File

@ -10,7 +10,7 @@ flate2 = "1.0"
libcgroups = { path = "../../../crates/libcgroups" }
libcontainer = { path = "../../../crates/libcontainer" }
log = { version = "0.4", features = ["std"] }
nix = "0.24.1"
nix = "0.24.2"
num_cpus = "1.13"
oci-spec = "0.5.7"
once_cell = "1.13.0"

View File

@ -5,4 +5,4 @@ edition = "2021"
[dependencies]
oci-spec = { version = "0.5.7", features = ["runtime"] }
nix = "0.24.1"
nix = "0.24.2"