mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
deps: cargo update (#1281)
This commit is contained in:
parent
200abd04b0
commit
4dddc589e6
3 changed files with 527 additions and 552 deletions
1075
Cargo.lock
generated
1075
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -72,7 +72,7 @@ tree-sitter = "0.25.10"
|
|||
tree-sitter-bash = "0.25.0"
|
||||
tree-sitter-iter = { path = "crates/tree-sitter-iter", version = "0.0.2" }
|
||||
tree-sitter-powershell = "0.25.9"
|
||||
yamlpath = { path = "crates/yamlpath", version = "0.26.0" }
|
||||
yamlpath = { path = "crates/yamlpath", version = "0.27.0" }
|
||||
yamlpatch = { path = "crates/yamlpatch", version = "0.3.0" }
|
||||
tree-sitter-yaml = "0.7.2"
|
||||
tikv-jemallocator = "0.6"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "yamlpath"
|
||||
version = "0.26.0"
|
||||
version = "0.27.0"
|
||||
description = "Format-preserving YAML feature extraction"
|
||||
repository = "https://github.com/zizmorcore/zizmor/tree/main/crates/yamlpath"
|
||||
readme = "README.md"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue