Skip to content

Commit de92a9b

Browse files
dependabot[bot]clason
authored andcommitted
build(deps): bump the cargo group with 4 updates
Bumps the cargo group with 4 updates: [cc](https://github.com/rust-lang/cc-rs), [clap](https://github.com/clap-rs/clap), [clap_complete](https://github.com/clap-rs/clap) and [indexmap](https://github.com/indexmap-rs/indexmap). Updates `cc` from 1.2.46 to 1.2.47 - [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.46...cc-v1.2.47) Updates `clap` from 4.5.51 to 4.5.53 - [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.51...clap_complete-v4.5.53) Updates `clap_complete` from 4.5.60 to 4.5.61 - [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.60...clap_complete-v4.5.61) Updates `indexmap` from 2.12.0 to 2.12.1 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.12.0...2.12.1) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.47 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-version: 4.5.53 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_complete dependency-version: 4.5.61 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: indexmap dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5880df4 commit de92a9b

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 14 additions & 14 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
@@ -106,16 +106,16 @@ ansi_colours = "1.2.3"
106106
anstyle = "1.0.13"
107107
anyhow = "1.0.100"
108108
bstr = "1.12.0"
109-
cc = "1.2.46"
110-
clap = { version = "4.5.51", features = [
109+
cc = "1.2.47"
110+
clap = { version = "4.5.53", features = [
111111
"cargo",
112112
"derive",
113113
"env",
114114
"help",
115115
"string",
116116
"unstable-styles",
117117
] }
118-
clap_complete = "4.5.60"
118+
clap_complete = "4.5.61"
119119
clap_complete_nushell = "4.5.10"
120120
crc32fast = "1.5.0"
121121
ctor = "0.2.9"
@@ -126,7 +126,7 @@ fs4 = "0.12.0"
126126
glob = "0.3.3"
127127
heck = "0.5.0"
128128
html-escape = "0.2.13"
129-
indexmap = "2.11.4"
129+
indexmap = "2.12.1"
130130
indoc = "2.0.6"
131131
libloading = "0.9.0"
132132
log = { version = "0.4.28", features = ["std"] }

0 commit comments

Comments
 (0)