chore: bump yamlpatch, yamlpath crates (#1016)

This commit is contained in:
William Woodruff 2025-07-08 23:42:54 -04:00 committed by GitHub
parent b28cfc9df7
commit f008e66357
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View file

@ -3678,7 +3678,7 @@ checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
[[package]]
name = "yamlpatch"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"indexmap",
"insta",
@ -3693,7 +3693,7 @@ dependencies = [
[[package]]
name = "yamlpath"
version = "0.23.1"
version = "0.24.0"
dependencies = [
"line-index",
"serde",

View file

@ -64,8 +64,8 @@ tracing-subscriber = "0.3.19"
tree-sitter = "0.25.6"
tree-sitter-bash = "0.23.3"
tree-sitter-powershell = "0.25.7"
yamlpath = { path = "crates/yamlpath", version = "0.23.1" }
yamlpatch = { path = "crates/yamlpatch", version = "0.1.0" }
yamlpath = { path = "crates/yamlpath", version = "0.24.0" }
yamlpatch = { path = "crates/yamlpatch", version = "0.2.0" }
tree-sitter-yaml = "0.7.1"
[workspace.lints.clippy]

View file

@ -1,13 +1,13 @@
[package]
name = "yamlpatch"
version = "0.1.0"
version = "0.2.0"
description = "Comment and format-preserving YAML patch operations"
repository = "https://github.com/zizmorcore/zizmor/tree/main/crates/yamlpatch"
keywords = ["yaml", "patch"]
authors = [
"Mostafa Moradian <mstfmoradian@gmail.com>",
"William Woodruff <william@yossarian.net>"
"William Woodruff <william@yossarian.net>",
]
homepage.workspace = true
edition.workspace = true

View file

@ -1,6 +1,6 @@
[package]
name = "yamlpath"
version = "0.23.1"
version = "0.24.0"
description = "Format-preserving YAML feature extraction"
repository = "https://github.com/zizmorcore/zizmor/tree/main/crates/yamlpath"
readme = "README.md"