From 0ed55fa951aae3e09ac993b93b47f529d933f6ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:43:09 +0000 Subject: [PATCH] Bump which from 4.4.0 to 4.4.1 Bumps [which](https://github.com/harryfei/which-rs) from 4.4.0 to 4.4.1. - [Commits](https://github.com/harryfei/which-rs/compare/4.4.0...4.4.1) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 58 +++++++++++++++++++++++++++++--- crates/build/Cargo.toml | 2 +- crates/cargo-contract/Cargo.toml | 4 +-- 3 files changed, 56 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16019c550..ad24ad4f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1484,6 +1484,27 @@ dependencies = [ "subtle", ] +[[package]] +name = "dirs" +version = "5.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" +dependencies = [ + "dirs-sys", +] + +[[package]] +name = "dirs-sys" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" +dependencies = [ + "libc", + "option-ext", + "redox_users", + "windows-sys 0.48.0", +] + [[package]] name = "doc-comment" version = "0.3.3" @@ -3086,6 +3107,12 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" +[[package]] +name = "option-ext" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" + [[package]] name = "os_pipe" version = "1.1.4" @@ -3173,7 +3200,7 @@ checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" dependencies = [ "cfg-if", "libc", - "redox_syscall", + "redox_syscall 0.3.5", "smallvec", "windows-targets 0.48.5", ] @@ -3521,6 +3548,15 @@ dependencies = [ "rand_core 0.5.1", ] +[[package]] +name = "redox_syscall" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" +dependencies = [ + "bitflags 1.3.2", +] + [[package]] name = "redox_syscall" version = "0.3.5" @@ -3530,6 +3566,17 @@ dependencies = [ "bitflags 1.3.2", ] +[[package]] +name = "redox_users" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" +dependencies = [ + "getrandom 0.2.10", + "redox_syscall 0.2.16", + "thiserror", +] + [[package]] name = "ref-cast" version = "1.0.20" @@ -5426,7 +5473,7 @@ checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" dependencies = [ "cfg-if", "fastrand 2.0.0", - "redox_syscall", + "redox_syscall 0.3.5", "rustix 0.38.10", "windows-sys 0.48.0", ] @@ -6310,13 +6357,14 @@ checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" [[package]] name = "which" -version = "4.4.0" +version = "4.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" +checksum = "8ad25fe5717e59ada8ea33511bbbf7420b11031730a24c65e82428766c307006" dependencies = [ + "dirs", "either", - "libc", "once_cell", + "rustix 0.38.10", ] [[package]] diff --git a/crates/build/Cargo.toml b/crates/build/Cargo.toml index 7b003a727..7824e3258 100644 --- a/crates/build/Cargo.toml +++ b/crates/build/Cargo.toml @@ -36,7 +36,7 @@ tempfile = "3.8.0" term_size = "0.3.2" url = { version = "2.4.1", features = ["serde"] } wasm-opt = "=0.114.1" -which = "4.4.0" +which = "4.4.1" zip = { version = "0.6.6", default-features = false } strum = { version = "0.25", features = ["derive"] } tokio = { version = "1", features = ["macros", "rt-multi-thread"] } diff --git a/crates/cargo-contract/Cargo.toml b/crates/cargo-contract/Cargo.toml index 81270e441..da45c9503 100644 --- a/crates/cargo-contract/Cargo.toml +++ b/crates/cargo-contract/Cargo.toml @@ -27,7 +27,7 @@ anyhow = "1.0.75" clap = { version = "4.4.2", features = ["derive", "env"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } -which = "4.4.0" +which = "4.4.1" colored = "2.0.4" serde_json = "1.0.105" serde = { version = "1.0.183", default-features = false, features = ["derive"] } @@ -48,7 +48,7 @@ hex = "0.4.3" anyhow = "1.0.75" substrate-build-script-utils = "6.0.0" current_platform = "0.2.0" -which = "4.4.0" +which = "4.4.1" [dev-dependencies] assert_cmd = "2.0.12"