From dc321fc50bc09a78d02ceadf5a33f37aef1691f2 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Mon, 6 Jan 2025 13:21:19 +0100 Subject: [PATCH] Janitor: update which and notify deps --- tests/driver/nodejs/Cargo.toml | 2 +- tools/viewer/Cargo.toml | 2 +- xtask/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/driver/nodejs/Cargo.toml b/tests/driver/nodejs/Cargo.toml index b190c667df1..7040d5a1280 100644 --- a/tests/driver/nodejs/Cargo.toml +++ b/tests/driver/nodejs/Cargo.toml @@ -21,7 +21,7 @@ test_driver_lib = { path = "../driverlib" } # Require `artifact` dependencies tracked by rust RFC 3028 #slint-node = { path = "../../../api/node", artifact = ["cdylib"] } lazy_static = "1.4.0" -which = "6.0" +which = "7.0" tempfile = "3.2" [build-dependencies] diff --git a/tools/viewer/Cargo.toml b/tools/viewer/Cargo.toml index c71d4779e1d..0c2b8ae78e6 100644 --- a/tools/viewer/Cargo.toml +++ b/tools/viewer/Cargo.toml @@ -59,7 +59,7 @@ i-slint-backend-selector = { workspace = true } clap = { workspace = true } codemap = "0.1" codemap-diagnostic = "0.1.1" -notify = { version = "6.0.0", default-features = false, features = ["macos_kqueue"] } +notify = { version = "7.0.0", default-features = false, features = ["macos_kqueue"] } serde_json = { workspace = true } shlex = "1" spin_on = { workspace = true } diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 786eb971f07..36f3dbf5c03 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -24,5 +24,5 @@ proc-macro2 = "1.0.11" regex = "1.4" serde_json = { workspace = true } toml_edit = { workspace = true } -which = "6.0" +which = "7.0" xshell = "0.2.1"