Skip to content

Commit 46309a1

Browse files
dependabot[bot]clason
authored andcommitted
build(deps): bump the cargo group with 8 updates
Bumps the cargo group with 8 updates: | Package | From | To | | --- | --- | --- | | [anstyle](https://github.com/rust-cli/anstyle) | `1.0.10` | `1.0.11` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.25` | `1.2.26` | | [clap](https://github.com/clap-rs/clap) | `4.5.39` | `4.5.40` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.52` | `4.5.54` | | [clap_complete_nushell](https://github.com/clap-rs/clap) | `4.5.6` | `4.5.7` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.1` | `1.1.2` | | [toml](https://github.com/toml-rs/toml) | `0.8.22` | `0.8.23` | | [bindgen](https://github.com/rust-lang/rust-bindgen) | `0.71.1` | `0.72.0` | Updates `anstyle` from 1.0.10 to 1.0.11 - [Commits](rust-cli/anstyle@v1.0.10...v1.0.11) Updates `cc` from 1.2.25 to 1.2.26 - [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.25...cc-v1.2.26) Updates `clap` from 4.5.39 to 4.5.40 - [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.39...clap_complete-v4.5.40) Updates `clap_complete` from 4.5.52 to 4.5.54 - [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.52...clap_complete-v4.5.54) Updates `clap_complete_nushell` from 4.5.6 to 4.5.7 - [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_nushell-v4.5.6...clap_complete_nushell-v4.5.7) Updates `flate2` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.1...1.1.2) Updates `toml` from 0.8.22 to 0.8.23 - [Commits](toml-rs/toml@toml-v0.8.22...toml-v0.8.23) Updates `bindgen` from 0.71.1 to 0.72.0 - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md) - [Commits](rust-lang/rust-bindgen@v0.71.1...v0.72.0) --- updated-dependencies: - dependency-name: anstyle dependency-version: 1.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: cc dependency-version: 1.2.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-version: 4.5.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_complete dependency-version: 4.5.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_complete_nushell dependency-version: 4.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: flate2 dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: toml dependency-version: 0.8.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: bindgen dependency-version: 0.72.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1f6e38 commit 46309a1

File tree

4 files changed

+39
-39
lines changed

4 files changed

+39
-39
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,25 +99,25 @@ codegen-units = 256
9999

100100
[workspace.dependencies]
101101
ansi_colours = "1.2.3"
102-
anstyle = "1.0.10"
102+
anstyle = "1.0.11"
103103
anyhow = "1.0.98"
104104
bstr = "1.12.0"
105-
cc = "1.2.25"
106-
clap = { version = "4.5.39", features = [
105+
cc = "1.2.26"
106+
clap = { version = "4.5.40", features = [
107107
"cargo",
108108
"derive",
109109
"env",
110110
"help",
111111
"unstable-styles",
112112
] }
113-
clap_complete = "4.5.52"
114-
clap_complete_nushell = "4.5.6"
113+
clap_complete = "4.5.54"
114+
clap_complete_nushell = "4.5.7"
115115
ctor = "0.2.9"
116116
ctrlc = { version = "3.4.7", features = ["termination"] }
117117
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
118118
etcetera = "0.8.0"
119119
filetime = "0.2.25"
120-
flate2 = "1.0.28"
120+
flate2 = "1.1.2"
121121
fs4 = "0.12.0"
122122
git2 = "0.20.2"
123123
glob = "0.3.2"
@@ -146,7 +146,7 @@ tar = "0.4.40"
146146
tempfile = "3.20.0"
147147
thiserror = "2.0.12"
148148
tiny_http = "0.12.0"
149-
toml = "0.8.22"
149+
toml = "0.8.23"
150150
unindent = "0.2.4"
151151
url = { version = "2.5.4", features = ["serde"] }
152152
walkdir = "2.5.0"

crates/xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ workspace = true
1717
[dependencies]
1818
anstyle.workspace = true
1919
anyhow.workspace = true
20-
bindgen = { version = "0.71.1" }
20+
bindgen = { version = "0.72.0" }
2121
cc.workspace = true
2222
clap.workspace = true
2323
git2.workspace = true

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ default-features = false
5858
features = ["cranelift", "gc-drc"]
5959

6060
[build-dependencies]
61-
bindgen = { version = "0.71.1", optional = true }
61+
bindgen = { version = "0.72.0", optional = true }
6262
cc.workspace = true
6363
serde_json.workspace = true
6464

0 commit comments

Comments
 (0)