mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
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](https://github.com/rust-lang/cc-rs/compare/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](https://github.com/rust-lang/log/compare/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] <support@github.com>
This commit is contained in:
parent
27e5147a5f
commit
d517af4c1a
BIN
Cargo.lock
generated
BIN
Cargo.lock
generated
Binary file not shown.
|
|
@ -106,7 +106,7 @@ ansi_colours = "1.2.3"
|
|||
anstyle = "1.0.11"
|
||||
anyhow = "1.0.99"
|
||||
bstr = "1.12.0"
|
||||
cc = "1.2.34"
|
||||
cc = "1.2.36"
|
||||
clap = { version = "4.5.45", features = [
|
||||
"cargo",
|
||||
"derive",
|
||||
|
|
@ -118,7 +118,7 @@ clap = { version = "4.5.45", features = [
|
|||
clap_complete = "4.5.57"
|
||||
clap_complete_nushell = "4.5.8"
|
||||
ctor = "0.2.9"
|
||||
ctrlc = { version = "3.4.7", features = ["termination"] }
|
||||
ctrlc = { version = "3.5.0", features = ["termination"] }
|
||||
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
|
||||
etcetera = "0.10.0"
|
||||
filetime = "0.2.26"
|
||||
|
|
@ -129,7 +129,7 @@ html-escape = "0.2.13"
|
|||
indexmap = "2.11.0"
|
||||
indoc = "2.0.6"
|
||||
libloading = "0.8.8"
|
||||
log = { version = "0.4.27", features = ["std"] }
|
||||
log = { version = "0.4.28", features = ["std"] }
|
||||
memchr = "2.7.5"
|
||||
once_cell = "1.21.3"
|
||||
path-slash = "0.2.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue