Skip to content

Commit da5926d

Browse files
dependabot[bot]clason
authored andcommitted
build(deps): bump the cargo group across 1 directory with 4 updates
Bumps the cargo group with 4 updates in the / directory: [anstyle](https://github.com/rust-cli/anstyle), [cc](https://github.com/rust-lang/cc-rs), [thiserror](https://github.com/dtolnay/thiserror) and [widestring](https://github.com/VoidStarKat/widestring-rs). Updates `anstyle` from 1.0.11 to 1.0.13 - [Commits](rust-cli/anstyle@v1.0.11...v1.0.13) Updates `cc` from 1.2.39 to 1.2.41 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.39...cc-v1.2.41) Updates `thiserror` from 2.0.16 to 2.0.17 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.16...2.0.17) Updates `widestring` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/VoidStarKat/widestring-rs/releases) - [Changelog](https://github.com/VoidStarKat/widestring-rs/blob/main/CHANGELOG.md) - [Commits](VoidStarKat/widestring-rs@v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: anstyle dependency-version: 1.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: cc dependency-version: 1.2.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: widestring dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b3bc770 commit da5926d

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ codegen-units = 256
103103

104104
[workspace.dependencies]
105105
ansi_colours = "1.2.3"
106-
anstyle = "1.0.11"
106+
anstyle = "1.0.13"
107107
anyhow = "1.0.100"
108108
bstr = "1.12.0"
109-
cc = "1.2.39"
109+
cc = "1.2.41"
110110
clap = { version = "4.5.48", features = [
111111
"cargo",
112112
"derive",
@@ -144,7 +144,7 @@ similar = "2.7.0"
144144
smallbitvec = "2.6.0"
145145
streaming-iterator = "0.1.9"
146146
tempfile = "3.23.0"
147-
thiserror = "2.0.16"
147+
thiserror = "2.0.17"
148148
tiny_http = "0.12.0"
149149
topological-sort = "0.2.2"
150150
unindent = "0.2.4"

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ tree-sitter-tags.workspace = true
7373

7474
[dev-dependencies]
7575
encoding_rs = "0.8.35"
76-
widestring = "1.2.0"
76+
widestring = "1.2.1"
7777
tree_sitter_proc_macro = { path = "src/tests/proc_macro", package = "tree-sitter-tests-proc-macro" }
7878

7979
tempfile.workspace = true

0 commit comments

Comments
 (0)