Skip to content

Commit

Permalink
build(deps): update nix requirement from 0.25 to 0.27
Browse files Browse the repository at this point in the history
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/commits/v0.27.1)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent 6ae9954 commit 1fc9d76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/runc-shim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async = ["containerd-shim/async", "runc/async", "tokio", "futures", "async-trait

[dependencies]
log = "0.4"
nix = "0.25"
nix = "0.27"
libc = "0.2.95"
time = { version = "0.3.7", features = ["serde", "std"] }
serde = { version = "1.0.133", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/runc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.27"
oci-spec = "0.5.4"
path-absolutize = "3.0.11"
rand = "0.8.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/sandbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ futures = "0.3.21"
oci-spec = "0.5.7"
serde_json = "1.0.82"
libc = "0.2.107"
nix = "0.23.0"
nix = "0.27.1"
serde_derive = "1.0.130"
serde = "1.0.130"
time = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion crates/shim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ go-flag = "0.1.0"
thiserror = "1.0"
log = { version = "0.4", features = ["std"] }
libc = "0.2.95"
nix = "0.25"
nix = "0.27"
command-fds = "0.2.1"
lazy_static = "1.4.0"
time = { version = "0.3.7", features = ["serde", "std"] }
Expand Down

0 comments on commit 1fc9d76

Please sign in to comment.