Skip to content

Commit f008e66

Browse files
authored
chore: bump yamlpatch, yamlpath crates (#1016)
1 parent b28cfc9 commit f008e66

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ tracing-subscriber = "0.3.19"
6464
tree-sitter = "0.25.6"
6565
tree-sitter-bash = "0.23.3"
6666
tree-sitter-powershell = "0.25.7"
67-
yamlpath = { path = "crates/yamlpath", version = "0.23.1" }
68-
yamlpatch = { path = "crates/yamlpatch", version = "0.1.0" }
67+
yamlpath = { path = "crates/yamlpath", version = "0.24.0" }
68+
yamlpatch = { path = "crates/yamlpatch", version = "0.2.0" }
6969
tree-sitter-yaml = "0.7.1"
7070

7171
[workspace.lints.clippy]

crates/yamlpatch/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "yamlpatch"
3-
version = "0.1.0"
3+
version = "0.2.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"]
77

88
authors = [
99
"Mostafa Moradian <[email protected]>",
10-
"William Woodruff <[email protected]>"
10+
"William Woodruff <[email protected]>",
1111
]
1212
homepage.workspace = true
1313
edition.workspace = true

crates/yamlpath/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yamlpath"
3-
version = "0.23.1"
3+
version = "0.24.0"
44
description = "Format-preserving YAML feature extraction"
55
repository = "https://github.com/zizmorcore/zizmor/tree/main/crates/yamlpath"
66
readme = "README.md"

0 commit comments

Comments
 (0)