Skip to content

Commit 79a5e6a

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 [glob](https://github.com/rust-lang/glob). Updates `cc` from 1.2.31 to 1.2.32 - [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.31...cc-v1.2.32) Updates `clap` from 4.5.42 to 4.5.44 - [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.42...clap_complete-v4.5.44) Updates `clap_complete` from 4.5.55 to 4.5.57 - [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.55...clap_complete-v4.5.57) Updates `glob` from 0.3.2 to 0.3.3 - [Release notes](https://github.com/rust-lang/glob/releases) - [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md) - [Commits](rust-lang/glob@v0.3.2...v0.3.3) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-version: 4.5.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_complete dependency-version: 4.5.57 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: glob dependency-version: 0.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a47bc4 commit 79a5e6a

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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.11"
107107
anyhow = "1.0.98"
108108
bstr = "1.12.0"
109-
cc = "1.2.31"
110-
clap = { version = "4.5.42", features = [
109+
cc = "1.2.32"
110+
clap = { version = "4.5.44", features = [
111111
"cargo",
112112
"derive",
113113
"env",
114114
"help",
115115
"string",
116116
"unstable-styles",
117117
] }
118-
clap_complete = "4.5.55"
118+
clap_complete = "4.5.57"
119119
clap_complete_nushell = "4.5.8"
120120
ctor = "0.2.9"
121121
ctrlc = { version = "3.4.7", features = ["termination"] }
@@ -125,7 +125,7 @@ filetime = "0.2.25"
125125
flate2 = "1.1.2"
126126
fs4 = "0.12.0"
127127
git2 = "0.20.2"
128-
glob = "0.3.2"
128+
glob = "0.3.3"
129129
heck = "0.5.0"
130130
html-escape = "0.2.13"
131131
indexmap = "2.10.0"

0 commit comments

Comments
 (0)