From aac5491ef2a19e697a67e909a4b75dfd85fc983b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 16:12:35 +0000 Subject: [PATCH] Bump the everything group with 2 updates Bumps the everything group with 2 updates: [uuid](https://github.com/uuid-rs/uuid) and [tempfile](https://github.com/Stebalien/tempfile). Updates `uuid` from 1.15.1 to 1.16.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.15.1...v1.16.0) Updates `tempfile` from 3.18.0 to 3.19.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.18.0...v3.19.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: everything ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 ++++----- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e334286..df0f32e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -954,11 +954,10 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.18.0" +version = "3.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c317e0a526ee6120d8dabad239c8dadca62b24b6f168914bbbc8e2fb1f0e567" +checksum = "488960f40a3fd53d72c2a29a58722561dee8afdd175bd88e3db4677d7b2ba600" dependencies = [ - "cfg-if", "fastrand", "getrandom 0.3.1", "once_cell", @@ -1201,9 +1200,9 @@ checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" [[package]] name = "uuid" -version = "1.15.1" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587" +checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" dependencies = [ "getrandom 0.3.1", ] diff --git a/Cargo.toml b/Cargo.toml index d6af6ad..7133b26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ log = "0.4" serde = { version = "1", features = ["derive"] } serde_yaml = "0.9" structopt = "0.3" -uuid = { version = "1.15", features = ["v4"] } +uuid = { version = "1.16", features = ["v4"] } yaml-rust2 = "0.10.0" simplelog = "0.12" nix = { version = "0.29", default-features = false, features = ["user"] } @@ -34,7 +34,7 @@ toml = "0.8.20" shell-words = "1.1.0" [dev-dependencies] -tempfile = "3.18.0" +tempfile = "3.19.0" [profile.release] strip = true # Automatically strip symbols from the binary.