diff --git a/Cargo.lock b/Cargo.lock index e2020a20..b541e00c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,9 +82,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" [[package]] name = "arbitrary" @@ -1837,9 +1837,9 @@ dependencies = [ [[package]] name = "webbrowser" -version = "0.8.14" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd595fb70f33583ac61644820ebc144a26c96028b625b96cafcd861f4743fbc8" +checksum = "db67ae75a9405634f5882791678772c94ff5f16a66535aae186e26aa0841fc8b" dependencies = [ "core-foundation", "home", diff --git a/Cargo.toml b/Cargo.toml index e9197ccf..1ff870c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ strip = false [workspace.dependencies] ansi_term = "0.12.1" anstyle = "1.0.6" -anyhow = "1.0.80" +anyhow = "1.0.82" cc = "1.0.92" clap = { version = "4.5.4", features = [ "cargo", @@ -83,7 +83,7 @@ toml = "0.8.12" unindent = "0.2.3" walkdir = "2.5.0" wasmparser = "0.201.0" -webbrowser = "0.8.14" +webbrowser = "0.8.15" tree-sitter = { version = "0.22.2", path = "./lib" } tree-sitter-loader = { version = "0.22.2", path = "./cli/loader" }