diff --git a/Cargo.lock b/Cargo.lock index d5c6a5d38..a82b72c9d 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/Cargo.toml b/Cargo.toml index 5deba6650..08b8a92dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,7 +103,7 @@ ansi_colours = "1.2.3" anstyle = "1.0.11" anyhow = "1.0.98" bstr = "1.12.0" -cc = "1.2.27" +cc = "1.2.29" clap = { version = "4.5.40", features = [ "cargo", "derive", @@ -124,7 +124,7 @@ git2 = "0.20.2" glob = "0.3.2" heck = "0.5.0" html-escape = "0.2.13" -indexmap = "2.9.0" +indexmap = "2.10.0" indoc = "2.0.6" libloading = "0.8.8" log = { version = "0.4.27", features = ["std"] } diff --git a/crates/xtask/Cargo.toml b/crates/xtask/Cargo.toml index 222fafd32..94f355428 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.0.0" +notify = "8.1.0" notify-debouncer-full = "0.5.0"