diff --git a/Cargo.lock b/Cargo.lock index 3022419c9..6507507c7 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/Cargo.toml b/Cargo.toml index 99827f096..6a7b01189 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ ansi_colours = "1.2.3" anstyle = "1.0.11" anyhow = "1.0.99" bstr = "1.12.0" -cc = "1.2.34" +cc = "1.2.36" clap = { version = "4.5.45", features = [ "cargo", "derive", @@ -118,7 +118,7 @@ clap = { version = "4.5.45", features = [ clap_complete = "4.5.57" clap_complete_nushell = "4.5.8" ctor = "0.2.9" -ctrlc = { version = "3.4.7", features = ["termination"] } +ctrlc = { version = "3.5.0", features = ["termination"] } dialoguer = { version = "0.11.0", features = ["fuzzy-select"] } etcetera = "0.10.0" filetime = "0.2.26" @@ -129,7 +129,7 @@ html-escape = "0.2.13" indexmap = "2.11.0" indoc = "2.0.6" libloading = "0.8.8" -log = { version = "0.4.27", features = ["std"] } +log = { version = "0.4.28", features = ["std"] } memchr = "2.7.5" once_cell = "1.21.3" path-slash = "0.2.1"