diff --git a/Cargo.lock b/Cargo.lock index 44880c0f..5e267f1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index df360199..f7bf20e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/crates/yamlpatch/Cargo.toml b/crates/yamlpatch/Cargo.toml index d7a52458..26f544a7 100644 --- a/crates/yamlpatch/Cargo.toml +++ b/crates/yamlpatch/Cargo.toml @@ -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 ", - "William Woodruff " + "William Woodruff ", ] homepage.workspace = true edition.workspace = true diff --git a/crates/yamlpath/Cargo.toml b/crates/yamlpath/Cargo.toml index 03588f73..0a4c3b5f 100644 --- a/crates/yamlpath/Cargo.toml +++ b/crates/yamlpath/Cargo.toml @@ -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"