Skip to content

Commit d517af4

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), [ctrlc](https://github.com/Detegr/rust-ctrlc) and [log](https://github.com/rust-lang/log). Updates `cc` from 1.2.35 to 1.2.36 - [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.35...cc-v1.2.36) Updates `ctrlc` from 3.4.7 to 3.5.0 - [Release notes](https://github.com/Detegr/rust-ctrlc/releases) - [Commits](https://github.com/Detegr/rust-ctrlc/commits) Updates `log` from 0.4.27 to 0.4.28 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.27...0.4.28) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.36 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: ctrlc dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: log dependency-version: 0.4.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 27e5147 commit d517af4

File tree

2 files changed

+35
-13
lines changed

2 files changed

+35
-13
lines changed

Cargo.lock

Lines changed: 32 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ ansi_colours = "1.2.3"
106106
anstyle = "1.0.11"
107107
anyhow = "1.0.99"
108108
bstr = "1.12.0"
109-
cc = "1.2.34"
109+
cc = "1.2.36"
110110
clap = { version = "4.5.45", features = [
111111
"cargo",
112112
"derive",
@@ -118,7 +118,7 @@ clap = { version = "4.5.45", features = [
118118
clap_complete = "4.5.57"
119119
clap_complete_nushell = "4.5.8"
120120
ctor = "0.2.9"
121-
ctrlc = { version = "3.4.7", features = ["termination"] }
121+
ctrlc = { version = "3.5.0", features = ["termination"] }
122122
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
123123
etcetera = "0.10.0"
124124
filetime = "0.2.26"
@@ -129,7 +129,7 @@ html-escape = "0.2.13"
129129
indexmap = "2.11.0"
130130
indoc = "2.0.6"
131131
libloading = "0.8.8"
132-
log = { version = "0.4.27", features = ["std"] }
132+
log = { version = "0.4.28", features = ["std"] }
133133
memchr = "2.7.5"
134134
once_cell = "1.21.3"
135135
path-slash = "0.2.1"

0 commit comments

Comments
 (0)