Skip to content

Commit 7bc8f76

Browse files
dependabot[bot]clason
authored andcommitted
build(deps): bump the cargo group with 5 updates
Bumps the cargo group with 5 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.98` | `1.0.99` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.32` | `1.2.33` | | [clap](https://github.com/clap-rs/clap) | `4.5.44` | `4.5.45` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.12` | `2.0.15` | | [ureq](https://github.com/algesten/ureq) | `3.0.12` | `3.1.0` | Updates `anyhow` from 1.0.98 to 1.0.99 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.98...1.0.99) Updates `cc` from 1.2.32 to 1.2.33 - [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.32...cc-v1.2.33) Updates `clap` from 4.5.44 to 4.5.45 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.44...clap_complete-v4.5.45) Updates `thiserror` from 2.0.12 to 2.0.15 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.12...2.0.15) Updates `ureq` from 3.0.12 to 3.1.0 - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](algesten/ureq@3.0.12...3.1.0) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.99 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: cc dependency-version: 1.2.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-version: 4.5.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: thiserror dependency-version: 2.0.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: ureq dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0bb43f7 commit 7bc8f76

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ codegen-units = 256
104104
[workspace.dependencies]
105105
ansi_colours = "1.2.3"
106106
anstyle = "1.0.11"
107-
anyhow = "1.0.98"
107+
anyhow = "1.0.99"
108108
bstr = "1.12.0"
109-
cc = "1.2.32"
110-
clap = { version = "4.5.44", features = [
109+
cc = "1.2.33"
110+
clap = { version = "4.5.45", features = [
111111
"cargo",
112112
"derive",
113113
"env",
@@ -149,7 +149,7 @@ smallbitvec = "2.6.0"
149149
streaming-iterator = "0.1.9"
150150
tar = "0.4.40"
151151
tempfile = "3.20.0"
152-
thiserror = "2.0.12"
152+
thiserror = "2.0.15"
153153
tiny_http = "0.12.0"
154154
toml = "0.8.23"
155155
topological-sort = "0.2.2"

crates/loader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ serde_json.workspace = true
4444
tar.workspace = true
4545
tempfile.workspace = true
4646
url.workspace = true
47-
ureq = "3.0.12"
47+
ureq = "3.1.0"
4848

4949
tree-sitter = { workspace = true }
5050
tree-sitter-highlight = { workspace = true, optional = true }

crates/xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ regex.workspace = true
2727
semver.workspace = true
2828
serde.workspace = true
2929
serde_json.workspace = true
30-
ureq = "3.0.12"
30+
ureq = "3.1.0"
3131
notify = "8.2.0"
3232
notify-debouncer-full = "0.6.0"

0 commit comments

Comments
 (0)