Skip to content

Commit 76d3f1e

Browse files
authored
yamlpatch 0.13.0 (#1717)
Signed-off-by: William Woodruff <william@yossarian.net>
1 parent 7a71262 commit 76d3f1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ github-actions-models = { path = "crates/github-actions-models", version = "0.45
2424
subfeature = { path = "crates/subfeature", version = "0.0.5" }
2525
tree-sitter-iter = { path = "crates/tree-sitter-iter", version = "0.0.3" }
2626
yamlpath = { path = "crates/yamlpath", version = "0.34.0" }
27-
yamlpatch = { path = "crates/yamlpatch", version = "0.12.0" }
27+
yamlpatch = { path = "crates/yamlpatch", version = "0.13.0" }
2828

2929
anyhow = "1.0.102"
3030
itertools = "0.14.0"

crates/yamlpatch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yamlpatch"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
description = "Comment and format-preserving YAML patch operations"
55
repository = "https://github.com/zizmorcore/zizmor/tree/main/crates/yamlpatch"
66
keywords = ["yaml", "patch"]

0 commit comments

Comments
 (0)