Skip to content

Commit

Permalink
build(deps): bump nix from 0.26.4 to 0.28.0
Browse files Browse the repository at this point in the history
Bumps [nix](https://github.com/nix-rust/nix) from 0.26.4 to 0.28.0.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.26.4...v0.28.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 24, 2024
1 parent 1980b3f commit 2dc3a1e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 23 deletions.
34 changes: 15 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ chrono = "0.4"
clap = "3.2"
inotify = "0.10"
serde_json = "1.0"
nix = "0.26"
nix = "0.28"
log = "0.4"
libc = { version = ">=0.2.69" }
flexi_logger = "0.25"
Expand Down
2 changes: 1 addition & 1 deletion eif_loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rust-version = "1.68"

[dependencies]
aws-nitro-enclaves-image-format = "0.2"
nix = "0.26"
nix = "0.28"
libc = "0.2"
vsock = "0.3"

Expand Down
2 changes: 1 addition & 1 deletion samples/command_executer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version = "1.68"
[dependencies]
clap = "3.2"
log = "0.4"
nix = "0.26"
nix = "0.28"
serde = { version = ">=1.0", features = ["derive"] }
serde_json = "1.0"
byteorder = "1.3"
Expand Down
2 changes: 1 addition & 1 deletion vsock_proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env_logger = "0.10"
hickory-resolver = "0.24"
idna = "0.3.0"
log = "0.4"
nix = "0.26"
nix = "0.28"
yaml-rust = "0.4.3"
threadpool = "1.7.1"
vsock = "0.3"
Expand Down

0 comments on commit 2dc3a1e

Please sign in to comment.