deps: cargo update (#1281)

This commit is contained in:
William Woodruff 2025-10-23 19:11:38 -04:00 committed by GitHub
parent 200abd04b0
commit 4dddc589e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 527 additions and 552 deletions

1075
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -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"

View file

@ -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"