From 5c38ec22db6160c166e6c12d5c89e636338bc018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:23:03 +0000 Subject: [PATCH] Bump the cargo-updates group across 1 directory with 2 updates Bumps the cargo-updates group with 2 updates in the / directory: [nix](https://github.com/nix-rust/nix) and [uuid](https://github.com/uuid-rs/uuid). Updates `nix` from 0.31.0 to 0.31.1 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.31.0...v0.31.1) Updates `uuid` from 1.19.0 to 1.20.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.19.0...v1.20.0) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: uuid dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06402d6..4ccafeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,7 +491,7 @@ dependencies = [ "libc", "libscap-bindings", "log", - "nix 0.31.0", + "nix 0.31.1", "pbjson", "pbjson-types", "pin-project-lite", @@ -1331,9 +1331,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.31.0" +version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db9f2b173ed7678e98df5c31c60c3d49595cb37e9b58c71e85ec03e88a278fae" +checksum = "225e7cfe711e0ba79a68baeddb2982723e4235247aefce1482f2f16c27865b66" dependencies = [ "bitflags", "cfg-if", @@ -2529,9 +2529,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.19.0" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" +checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f" dependencies = [ "getrandom 0.3.4", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 8b15aac..5661e5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ hyper-util = "0.1.19" libc = "0.2.180" libscap-bindings = { version = "0.0.3", default-features = false } log = "0.4.29" -nix = { version = "0.31.0", features = ["signal"] } +nix = { version = "0.31.1", features = ["signal"] } pin-project-lite = "0.2.16" prost = "0.14.3" strum_macros = "0.27" @@ -61,7 +61,7 @@ tokio-stream = { version="0.1.18", features = ["sync"] } tonic = "0.14.2" tower = "0.5.3" url = "2.5.8" -uuid = { version = "1.19.0", features = ["v4"] } +uuid = { version = "1.20.0", features = ["v4"] } pbjson = "0.9.0" pbjson-types = "0.9.0" serde = { version = "1.0.219", features = ["derive"] }