Skip to content

Commit

Permalink
Janitor: update which and notify deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Jan 6, 2025
1 parent a942ed0 commit dc321fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/driver/nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion tools/viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit dc321fc

Please sign in to comment.