chore(deps): cargo autoinherit (#826)

This commit is contained in:
William Woodruff 2025-05-19 16:19:08 -04:00 committed by GitHub
parent fafcebb161
commit 8bea509234
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 2 deletions

View file

@ -58,6 +58,7 @@ tree-sitter = "0.25.4"
tree-sitter-bash = "0.23.3"
tree-sitter-powershell = "0.25.2"
yamlpath = { path = "crates/yamlpath", version = "*" }
tree-sitter-yaml = "0.7.0"
[profile.dev.package]

View file

@ -2,6 +2,7 @@
[![CI](https://github.com/zizmorcore/zizmor/actions/workflows/ci.yml/badge.svg)](https://github.com/zizmorcore/zizmor/actions/workflows/ci.yml)
[![Crates.io](https://img.shields.io/crates/v/github-actions-expressions)](https://crates.io/crates/github-actions-expressions)
[![docs.rs](https://img.shields.io/docsrs/github-actions-expressions)](https://docs.rs/github-actions-expressions)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/woodruffw?style=flat&logo=githubsponsors&labelColor=white&color=white)](https://github.com/sponsors/woodruffw)
[![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?logo=discord&logoColor=white)](https://discord.com/invite/PGU3zGZuGG)

View file

@ -14,7 +14,7 @@ license.workspace = true
[dependencies]
thiserror.workspace = true
tree-sitter.workspace = true
tree-sitter-yaml = "0.7.0"
tree-sitter-yaml = { workspace = true }
[dev-dependencies]
serde.workspace = true

View file

@ -1,9 +1,10 @@
# yamlpath
[![CI](https://github.com/zizmorcore/zizmor/actions/workflows/ci.yml/badge.svg)](https://github.com/zizmorcore/zizmor/actions/workflows/ci.yml)
[![Crates.io](https://img.shields.io/crates/v/yamlpath)](https://crates.io/crates/yamlpath)
[![docs.rs](https://img.shields.io/docsrs/yamlpath)](https://docs.rs/yamlpath)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/woodruffw?style=flat&logo=githubsponsors&labelColor=white&color=white)](https://github.com/sponsors/woodruffw)
[![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?logo=discord&logoColor=white)](https://discord.com/invite/PGU3zGZuGG)
Format-preserving YAML feature extraction.