From 5deab438a0fc2eee8ff72106287dbcd83cf29e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 10:36:26 +0000 Subject: [PATCH] build(deps): bump which from 6.0.3 to 7.0.0 in /nym-vpn-core Bumps [which](https://github.com/harryfei/which-rs) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/harryfei/which-rs/compare/6.0.3...7.0.0) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- nym-vpn-core/Cargo.lock | 4 ++-- nym-vpn-core/crates/nym-dns/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nym-vpn-core/Cargo.lock b/nym-vpn-core/Cargo.lock index 6d827c2c12..d73c1e4b9f 100644 --- a/nym-vpn-core/Cargo.lock +++ b/nym-vpn-core/Cargo.lock @@ -8193,9 +8193,9 @@ dependencies = [ [[package]] name = "which" -version = "6.0.3" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f" +checksum = "c9cad3279ade7346b96e38731a641d7343dd6a53d55083dd54eadfa5a1b38c6b" dependencies = [ "either", "home", diff --git a/nym-vpn-core/crates/nym-dns/Cargo.toml b/nym-vpn-core/crates/nym-dns/Cargo.toml index 509bc46bb6..2b7c8a8412 100644 --- a/nym-vpn-core/crates/nym-dns/Cargo.toml +++ b/nym-vpn-core/crates/nym-dns/Cargo.toml @@ -28,7 +28,7 @@ system-configuration.workspace = true duct.workspace = true [target.'cfg(target_os = "linux")'.dependencies] -which = { version = "6.0", default-features = false } +which = { version = "7.0", default-features = false } inotify = "0.11" resolv-conf = "0.7" duct.workspace = true