From 4701df97c01e5e353e6f874ea261b0131a6f2f85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 23:04:01 +0000 Subject: [PATCH] build(deps): bump the cargo group with 3 updates Bumps the cargo group with 3 updates: [clap_complete](https://github.com/clap-rs/clap), [webbrowser](https://github.com/amodm/webbrowser-rs) and [bitflags](https://github.com/bitflags/bitflags). Updates `clap_complete` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.6.1...clap_complete-v4.6.2) Updates `webbrowser` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/amodm/webbrowser-rs/releases) - [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/amodm/webbrowser-rs/compare/v1.2.0...v1.2.1) Updates `bitflags` from 2.11.0 to 2.11.1 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/2.11.0...2.11.1) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: webbrowser dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: bitflags dependency-version: 2.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | Bin 72061 -> 72061 bytes Cargo.toml | 4 ++-- crates/generate/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cea972e8958aca5dad9d41eb4bc23b4624fdec8..144bfae2f0b2cd17c4c0810cc65e2fae1c46b217 100644 GIT binary patch delta 393 zcmX9(O)G^#6z=u0;9in+=_+x3E-Yr=nR#cXgv%eevayhwuT!^##NtxOUzoC|Y=v1+ zEG%#F6V$yzet~46jC2;~oSyT1oS*BqpX;{E*Ia_bTkbINz15{z%5a)W2_yqViPA_a zCWvEP8>g9KN@=b*u^J1+1Qkwz17f5Th70Z0_CVhaD}Zg+FGFz7bex# zX#mO{MKr_guL!j)T3JOTcZQ)^6z=u0V1^`(8YRZ(!s6cdex9-z{DCQ(SxCM2tCX;qSqz2zgOS77oA*!!fWmz@wJmmSyCdoP!_nBCd&*m zf=R`MaX=td+(?rOj0ttxG783WZ7~PuKxU9;&Y!Z;&_B4E_s`8rnIdkvRMc3e8EB`Z z6AWcSD?<&znZ=9qW@|={!gLRo{9INw=+EAU#pd}vmm28Y}4q>YU@}Gg@iyEjz5tE uP-cumgb=I|CBUfx3z$=z$~e0#p{`YE4W=6?WJG=w1l diff --git a/Cargo.toml b/Cargo.toml index 1889e9e4f..590e43421 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ clap = { features = [ "string", "unstable-styles", ], version = "4.5.58" } -clap_complete = "4.5.66" +clap_complete = "4.6.2" clap_complete_nushell = "4.5.10" crc32fast = "1.5.0" ctor = "0.6.3" @@ -124,7 +124,7 @@ topological-sort = "0.2.2" unindent = "0.2.4" walkdir = "2.5.0" wasmparser = "0.244.0" -webbrowser = "1.1.0" +webbrowser = "1.2.1" tree-sitter = { path = "./lib", version = "0.27.0" } tree-sitter-config = { path = "./crates/config", version = "0.27.0" } diff --git a/crates/generate/Cargo.toml b/crates/generate/Cargo.toml index b0b748d1c..669214b69 100644 --- a/crates/generate/Cargo.toml +++ b/crates/generate/Cargo.toml @@ -25,7 +25,7 @@ load = [ "dep:semver" ] qjs-rt = [ "load", "rquickjs", "pathdiff" ] [dependencies] -bitflags = "2.10.0" +bitflags = "2.11.1" dunce = "1.0.5" indexmap.workspace = true log.workspace = true