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:
commit
80c6d9edf0
|
|
@ -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"] }
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Reference in New Issue