Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 88cf56f

Browse files
build(deps): bump the cargo group with 2 updates
Bumps the cargo group with 2 updates: [tree-sitter](https://github.com/tree-sitter/tree-sitter) and [clap](https://github.com/clap-rs/clap). Updates `tree-sitter` from 0.25.3 to 0.25.4 - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](tree-sitter/tree-sitter@v0.25.3...v0.25.4) Updates `clap` from 4.5.37 to 4.5.38 - [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.37...clap_complete-v4.5.38) --- updated-dependencies: - dependency-name: tree-sitter dependency-version: 0.25.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-version: 4.5.38 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1279e16 commit 88cf56f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yamlpath/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license.workspace = true
1111

1212
[dependencies]
1313
thiserror = "2"
14-
tree-sitter = "0.25.3"
14+
tree-sitter = "0.25.4"
1515
tree-sitter-yaml = "0.7.0"
1616

1717
[dev-dependencies]

yp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ license.workspace = true
1111

1212
[dependencies]
1313
anyhow = "1.0.98"
14-
clap = { version = "4.5.37", features = ["derive"] }
14+
clap = { version = "4.5.38", features = ["derive"] }
1515
nom = "8"
1616
yamlpath = { version = "*", path = "../yamlpath" }

0 commit comments

Comments
 (0)