mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
chore(deps): cargo autoinherit (#826)
This commit is contained in:
parent
fafcebb161
commit
8bea509234
4 changed files with 5 additions and 2 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
[](https://github.com/zizmorcore/zizmor/actions/workflows/ci.yml)
|
||||
[](https://crates.io/crates/github-actions-expressions)
|
||||
[](https://docs.rs/github-actions-expressions)
|
||||
[](https://github.com/sponsors/woodruffw)
|
||||
[](https://discord.com/invite/PGU3zGZuGG)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
# yamlpath
|
||||
|
||||
|
||||
[](https://github.com/zizmorcore/zizmor/actions/workflows/ci.yml)
|
||||
[](https://crates.io/crates/yamlpath)
|
||||
[](https://docs.rs/yamlpath)
|
||||
[](https://github.com/sponsors/woodruffw)
|
||||
[](https://discord.com/invite/PGU3zGZuGG)
|
||||
|
||||
Format-preserving YAML feature extraction.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue