mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
chore: bump yamlpatch, yamlpath crates (#1016)
This commit is contained in:
parent
b28cfc9df7
commit
f008e66357
4 changed files with 7 additions and 7 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue