From b6655049bc46d6d6d80bb65b6f56386b0970d567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 15:43:01 +0000 Subject: [PATCH] cargo: bump the cargo-dependencies group with 2 updates Bumps the cargo-dependencies group with 2 updates: [minus](https://github.com/arijit79/minus) and [whoami](https://github.com/ardaku/whoami). Updates `minus` from 5.5.3 to 5.6.0 - [Changelog](https://github.com/arijit79/minus/blob/main/CHANGELOG.md) - [Commits](https://github.com/arijit79/minus/compare/v5.5.3...v5.6.0) Updates `whoami` from 1.5.0 to 1.5.1 - [Changelog](https://github.com/ardaku/whoami/blob/v1/CHANGELOG.md) - [Commits](https://github.com/ardaku/whoami/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: minus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: whoami dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca1665553..f937ebb8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1924,9 +1924,9 @@ dependencies = [ [[package]] name = "minus" -version = "5.5.3" +version = "5.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14b5f31d6666667f707078608f25e7615c48c2243a06b66ca0fa6c4ecb96362d" +checksum = "d76cee2df9ffd9b295b54d4ca2590a77ca49fd5eab1366647ff6e21951969ca5" dependencies = [ "crossbeam-channel", "crossterm", @@ -3356,9 +3356,9 @@ dependencies = [ [[package]] name = "whoami" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fec781d48b41f8163426ed18e8fc2864c12937df9ce54c88ede7bd47270893e" +checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9" dependencies = [ "redox_syscall", "wasite", diff --git a/Cargo.toml b/Cargo.toml index da3c143a4..0554e7644 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ insta = { version = "1.35.1", features = ["filters"] } itertools = "0.12.1" libc = { version = "0.2.153" } maplit = "1.0.2" -minus = { version = "5.5.0", features = ["dynamic_output", "search"] } +minus = { version = "5.6.0", features = ["dynamic_output", "search"] } num_cpus = "1.16.0" once_cell = "1.19.0" ouroboros = "0.18.0" @@ -108,7 +108,7 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features = unicode-width = "0.1.11" version_check = "0.9.4" watchman_client = { version = "0.8.0" } -whoami = "1.4.1" +whoami = "1.5.1" winreg = "0.52" zstd = "0.12.4"