From dd92b41a59c4bdedc8a12b65845fb46139fa4eba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 16:57:34 +0000 Subject: [PATCH] build(deps): bump the cargo-crates group with 2 updates Updates the requirements on [nix](https://github.com/nix-rust/nix) and [object](https://github.com/gimli-rs/object) to permit the latest version. Updates `nix` to 0.28.0 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.28.0...v0.28.0) Updates `object` to 0.35.0 - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.35.0...0.35.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production dependency-group: cargo-crates - dependency-name: object dependency-type: direct:production dependency-group: cargo-crates ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b16f1adb..ef2e68a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,9 +76,9 @@ lazy_static = { version = "1", default-features = false } libc = { version = "0.2.105", default-features = false } log = { version = "0.4", default-features = false } netns-rs = { version = "0.1", default-features = false } -nix = { version = "0.28.0", default-features = false } +nix = { version = "0.29.0", default-features = false } num_enum = { version = "0.7", default-features = false } -object = { version = "0.35", default-features = false } +object = { version = "0.36", default-features = false } proc-macro-error = { version = "1.0", default-features = false } proc-macro2 = { version = "1", default-features = false } public-api = { version = "0.33.1", default-features = false }