Skip to content

Commit 1e1addf

Browse files
chore(deps): bump nix from 0.30.1 to 0.31.3
Bumps [nix](https://github.com/nix-rust/nix) from 0.30.1 to 0.31.3. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.30.1...v0.31.3) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5068b5a commit 1e1addf

2 files changed

Lines changed: 22 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 21 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ thiserror = "2"
1919
# Used by the `firecracker` feature for:
2020
# - jailer: `fs` (mknod) and `user` (chown).
2121
# - uffd: `socket` (recvmsg + SCM_RIGHTS) and `uio` (IoSliceMut for cmsg recv).
22-
nix = { version = "0.30", default-features = false, features = ["fs", "user", "socket", "uio"], optional = true }
22+
nix = { version = "0.31", default-features = false, features = ["fs", "user", "socket", "uio"], optional = true }
2323
# Streaming SHA-256 for the rootfs catalog + snapshot integrity helpers.
2424
# `sha2` is the de-facto Rust SHA-2 crate (also the RustCrypto reference impl);
2525
# selecting it specifically (over `ring`/`openssl`) keeps the supply-chain

0 commit comments

Comments
 (0)