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 across 1 directory with 3 updates
Bumps the cargo group with 3 updates in the / directory: [cc](https://github.com/rust-lang/cc-rs), [indexmap](https://github.com/indexmap-rs/indexmap) and [notify](https://github.com/notify-rs/notify). Updates `cc` from 1.2.27 to 1.2.29 - [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.27...cc-v1.2.29) Updates `indexmap` from 2.9.0 to 2.10.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.9.0...2.10.0) Updates `notify` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md) - [Commits](https://github.com/notify-rs/notify/compare/notify-8.0.0...notify-8.1.0) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: indexmap dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: notify dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1a3b0375fa
commit
01d8a39c0b
BIN
Cargo.lock
generated
BIN
Cargo.lock
generated
Binary file not shown.
|
|
@ -103,7 +103,7 @@ ansi_colours = "1.2.3"
|
|||
anstyle = "1.0.11"
|
||||
anyhow = "1.0.98"
|
||||
bstr = "1.12.0"
|
||||
cc = "1.2.27"
|
||||
cc = "1.2.29"
|
||||
clap = { version = "4.5.40", features = [
|
||||
"cargo",
|
||||
"derive",
|
||||
|
|
@ -124,7 +124,7 @@ git2 = "0.20.2"
|
|||
glob = "0.3.2"
|
||||
heck = "0.5.0"
|
||||
html-escape = "0.2.13"
|
||||
indexmap = "2.9.0"
|
||||
indexmap = "2.10.0"
|
||||
indoc = "2.0.6"
|
||||
libloading = "0.8.8"
|
||||
log = { version = "0.4.27", features = ["std"] }
|
||||
|
|
|
|||
|
|
@ -28,5 +28,5 @@ semver.workspace = true
|
|||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
ureq = "3.0.12"
|
||||
notify = "8.0.0"
|
||||
notify = "8.1.0"
|
||||
notify-debouncer-full = "0.5.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue