diff --git a/Cargo.lock b/Cargo.lock index 3cc5f2b97..e0a63e338 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/Cargo.toml b/Cargo.toml index 226cdfab7..67c607134 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,10 +104,10 @@ codegen-units = 256 [workspace.dependencies] ansi_colours = "1.2.3" anstyle = "1.0.11" -anyhow = "1.0.98" +anyhow = "1.0.99" bstr = "1.12.0" -cc = "1.2.32" -clap = { version = "4.5.44", features = [ +cc = "1.2.33" +clap = { version = "4.5.45", features = [ "cargo", "derive", "env", @@ -149,7 +149,7 @@ smallbitvec = "2.6.0" streaming-iterator = "0.1.9" tar = "0.4.40" tempfile = "3.20.0" -thiserror = "2.0.12" +thiserror = "2.0.15" tiny_http = "0.12.0" toml = "0.8.23" topological-sort = "0.2.2" diff --git a/crates/loader/Cargo.toml b/crates/loader/Cargo.toml index c6ab32cb9..bd44f87c6 100644 --- a/crates/loader/Cargo.toml +++ b/crates/loader/Cargo.toml @@ -44,7 +44,7 @@ serde_json.workspace = true tar.workspace = true tempfile.workspace = true url.workspace = true -ureq = "3.0.12" +ureq = "3.1.0" tree-sitter = { workspace = true } tree-sitter-highlight = { workspace = true, optional = true } diff --git a/crates/xtask/Cargo.toml b/crates/xtask/Cargo.toml index f5d443509..1b8a73be6 100644 --- a/crates/xtask/Cargo.toml +++ b/crates/xtask/Cargo.toml @@ -27,6 +27,6 @@ regex.workspace = true semver.workspace = true serde.workspace = true serde_json.workspace = true -ureq = "3.0.12" +ureq = "3.1.0" notify = "8.2.0" notify-debouncer-full = "0.6.0"