diff --git a/Cargo.lock b/Cargo.lock index e3c43c9d8..3aa968565 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/Cargo.toml b/Cargo.toml index eaec30ebe..b57e8e66b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,8 +103,8 @@ ansi_colours = "1.2.3" anstyle = "1.0.11" anyhow = "1.0.98" bstr = "1.12.0" -cc = "1.2.30" -clap = { version = "4.5.41", features = [ +cc = "1.2.31" +clap = { version = "4.5.42", features = [ "cargo", "derive", "env", @@ -140,7 +140,7 @@ rustc-hash = "2.1.1" semver = { version = "1.0.26", features = ["serde"] } serde = { version = "1.0.219", features = ["derive"] } serde_derive = "1.0.217" -serde_json = { version = "1.0.141", features = ["preserve_order"] } +serde_json = { version = "1.0.142", features = ["preserve_order"] } similar = "2.7.0" smallbitvec = "2.6.0" streaming-iterator = "0.1.9" diff --git a/crates/xtask/Cargo.toml b/crates/xtask/Cargo.toml index 94f355428..f5d443509 100644 --- a/crates/xtask/Cargo.toml +++ b/crates/xtask/Cargo.toml @@ -28,5 +28,5 @@ semver.workspace = true serde.workspace = true serde_json.workspace = true ureq = "3.0.12" -notify = "8.1.0" -notify-debouncer-full = "0.5.0" +notify = "8.2.0" +notify-debouncer-full = "0.6.0"