diff --git a/Cargo.lock b/Cargo.lock index 111b9d469..b7b450283 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/Cargo.toml b/Cargo.toml index c5438b7a4..71cf02535 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ ansi_colours = "1.2.3" anstyle = "1.0.13" anyhow = "1.0.100" bstr = "1.12.0" -cc = "1.2.47" +cc = "1.2.48" clap = { version = "4.5.53", features = [ "cargo", "derive", @@ -150,7 +150,7 @@ tiny_http = "0.12.0" topological-sort = "0.2.2" unindent = "0.2.4" walkdir = "2.5.0" -wasmparser = "0.241.2" +wasmparser = "0.242.0" webbrowser = "1.0.5" tree-sitter = { version = "0.26.0", path = "./lib" }