diff --git a/Cargo.lock b/Cargo.lock index b1a3482b1fe..079b7517352 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -643,7 +643,7 @@ dependencies = [ "bitflags 2.6.0", "cexpr", "clang-sys", - "itertools 0.10.5", + "itertools 0.12.1", "lazy_static", "lazycell", "log", @@ -2868,7 +2868,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -5565,7 +5565,7 @@ dependencies = [ "update-informer", "url", "urlencoding", - "which 6.0.3", + "which 7.0.0", ] [[package]] @@ -6712,9 +6712,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/Cargo.toml b/Cargo.toml index 7303fb7ca86..32b5e6b16d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ update-informer = { version = "1.1.0", default-features = false, features = [ "reqwest", ], optional = true } lazy_static = { workspace = true } -which = { version = "6.0.1", optional = true } +which = { version = "7.0.0", optional = true } async-recursion = "1.1.1" rquickjs = { "version" = "0.7.0", optional = true, features = ["macro"] } strum_macros = "0.26.4"