diff --git a/Cargo.lock b/Cargo.lock index 969822824..08f333269 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/Cargo.toml b/Cargo.toml index 6f1f984a4..d0ff77a08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,9 +40,9 @@ strip = false [workspace.dependencies] anstyle = "1.0.8" -anyhow = "1.0.86" -cc = "1.1.13" -clap = { version = "4.5.16", features = [ +anyhow = "1.0.89" +cc = "1.1.19" +clap = { version = "4.5.17", features = [ "cargo", "derive", "env", @@ -52,28 +52,28 @@ clap = { version = "4.5.16", features = [ ctor = "0.2.8" ctrlc = { version = "3.4.5", features = ["termination"] } dirs = "5.0.1" -filetime = "0.2.24" +filetime = "0.2.25" fs4 = "0.8.4" git2 = "0.18.3" glob = "0.3.1" heck = "0.5.0" html-escape = "0.2.13" -indexmap = "2.4.0" +indexmap = "2.5.0" indoc = "2.0.5" lazy_static = "1.5.0" libloading = "0.8.5" log = { version = "0.4.22", features = ["std"] } memchr = "2.7.4" once_cell = "1.19.0" -pretty_assertions = "1.4.0" +pretty_assertions = "1.4.1" rand = "0.8.5" regex = "1.10.6" regex-syntax = "0.8.4" rustc-hash = "1.1.0" semver = "1.0.23" -serde = { version = "1.0.208", features = ["derive"] } +serde = { version = "1.0.210", features = ["derive"] } serde_derive = "1.0.197" -serde_json = { version = "1.0.125", features = ["preserve_order"] } +serde_json = { version = "1.0.128", features = ["preserve_order"] } similar = "2.6.0" smallbitvec = "2.5.3" tempfile = "3.12.0" @@ -83,7 +83,7 @@ toml = "0.8.19" unindent = "0.2.3" walkdir = "2.5.0" wasmparser = "0.215.0" -webbrowser = "1.0.1" +webbrowser = "1.0.2" tree-sitter = { version = "0.23.0", path = "./lib" } tree-sitter-loader = { version = "0.23.0", path = "./cli/loader" } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index c5dc919d2..2884d411a 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -43,7 +43,7 @@ default-features = false features = ["cranelift"] [build-dependencies] -bindgen = { version = "0.69.4", optional = true } +bindgen = { version = "0.70.1", optional = true } cc.workspace = true [lib]