Skip to content

Commit e057299

Browse files
dependabot[bot]amaanq
authored andcommitted
build(deps): bump the cargo group with 3 updates
Bumps the cargo group with 3 updates: [cc](https://github.com/rust-lang/cc-rs), [clap_complete](https://github.com/clap-rs/clap) and [toml](https://github.com/toml-rs/toml). Updates `cc` from 1.2.19 to 1.2.20 - [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.19...cc-v1.2.20) Updates `clap_complete` from 4.5.47 to 4.5.48 - [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.47...clap_complete-v4.5.48) Updates `toml` from 0.8.20 to 0.8.22 - [Commits](toml-rs/toml@toml-v0.8.20...toml-v0.8.22) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_complete dependency-version: 4.5.48 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: toml dependency-version: 0.8.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3056dc5 commit e057299

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

Cargo.lock

Lines changed: 19 additions & 12 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
@@ -101,15 +101,15 @@ ansi_colours = "1.2.3"
101101
anstyle = "1.0.10"
102102
anyhow = "1.0.98"
103103
bstr = "1.12.0"
104-
cc = "1.2.19"
104+
cc = "1.2.20"
105105
clap = { version = "4.5.37", features = [
106106
"cargo",
107107
"derive",
108108
"env",
109109
"help",
110110
"unstable-styles",
111111
] }
112-
clap_complete = "4.5.47"
112+
clap_complete = "4.5.48"
113113
clap_complete_nushell = "4.5.5"
114114
ctor = "0.2.9"
115115
ctrlc = { version = "3.4.6", features = ["termination"] }
@@ -145,7 +145,7 @@ tar = "0.4.40"
145145
tempfile = "3.19.1"
146146
thiserror = "2.0.12"
147147
tiny_http = "0.12.0"
148-
toml = "0.8.20"
148+
toml = "0.8.22"
149149
unindent = "0.2.4"
150150
url = { version = "2.5.4", features = ["serde"] }
151151
walkdir = "2.5.0"

0 commit comments

Comments
 (0)