Merge pull request #107 from containerd/dependabot/cargo/nix-0.26

build(deps): update nix requirement from 0.25 to 0.26
This commit is contained in:
Maksym Pavlenko 2023-01-07 11:49:13 -08:00 committed by GitHub
commit 80c6d9edf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ async = ["containerd-shim/async", "runc/async", "tokio", "futures", "async-trait
[dependencies]
log = "0.4"
nix = "0.25"
nix = "0.26"
libc = "0.2.95"
time = { version = "0.3.7", features = ["serde", "std"] }
serde = { version = "1.0.133", features = ["derive"] }

View File

@ -17,7 +17,7 @@ async = ["tokio", "async-trait", "futures", "tokio-pipe"]
[dependencies]
libc = "0.2.112"
log = "0.4.14"
nix = "0.25"
nix = "0.26"
oci-spec = "0.5.4"
path-absolutize = "3.0.11"
rand = "0.8.4"

View File

@ -22,7 +22,7 @@ go-flag = "0.1.0"
thiserror = "1.0"
log = { version = "0.4", features = ["std"] }
libc = "0.2.95"
nix = "0.25"
nix = "0.26"
command-fds = "0.2.1"
lazy_static = "1.4.0"
time = { version = "0.3.7", features = ["serde", "std"] }