From 6db45b582f1fe2b358b3553ef2bfa9e16369494f Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Sat, 1 Nov 2025 20:42:15 -0400 Subject: [PATCH] chore: bump support crate versions (#1310) --- Cargo.lock | 8 ++++---- Cargo.toml | 8 ++++---- crates/github-actions-expressions/Cargo.toml | 2 +- crates/subfeature/Cargo.toml | 2 +- crates/yamlpatch/Cargo.toml | 2 +- crates/yamlpath/Cargo.toml | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40e8f3cd..e5f77744 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -890,7 +890,7 @@ checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" [[package]] name = "github-actions-expressions" -version = "0.0.10" +version = "0.0.11" dependencies = [ "anyhow", "itertools", @@ -2600,7 +2600,7 @@ dependencies = [ [[package]] name = "subfeature" -version = "0.0.3" +version = "0.0.4" dependencies = [ "memchr", "regex", @@ -3739,7 +3739,7 @@ checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3" [[package]] name = "yamlpatch" -version = "0.4.0" +version = "0.5.0" dependencies = [ "indexmap", "insta", @@ -3755,7 +3755,7 @@ dependencies = [ [[package]] name = "yamlpath" -version = "0.27.0" +version = "0.28.0" dependencies = [ "line-index", "self_cell", diff --git a/Cargo.toml b/Cargo.toml index 3cc2c5b9..706c3633 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ rust-version = "1.88.0" [workspace.dependencies] anyhow = "1.0.100" -github-actions-expressions = { path = "crates/github-actions-expressions", version = "0.0.10" } +github-actions-expressions = { path = "crates/github-actions-expressions", version = "0.0.11" } github-actions-models = { path = "crates/github-actions-models", version = "0.38.0" } itertools = "0.14.0" pest = "2.8.3" @@ -59,7 +59,7 @@ serde-sarif = "0.8.0" serde_json = "1.0.145" serde_json_path = "0.7.2" serde_yaml = "0.9.34" -subfeature = { path = "crates/subfeature", version = "0.0.3" } +subfeature = { path = "crates/subfeature", version = "0.0.4" } tar = "0.4.44" terminal-link = "0.1.0" thiserror = "2.0.17" @@ -72,8 +72,8 @@ tree-sitter = "0.25.10" tree-sitter-bash = "0.25.0" tree-sitter-iter = { path = "crates/tree-sitter-iter", version = "0.0.2" } tree-sitter-powershell = "0.25.9" -yamlpath = { path = "crates/yamlpath", version = "0.27.0" } -yamlpatch = { path = "crates/yamlpatch", version = "0.4.0" } +yamlpath = { path = "crates/yamlpath", version = "0.28.0" } +yamlpatch = { path = "crates/yamlpatch", version = "0.5.0" } tree-sitter-yaml = "0.7.2" tikv-jemallocator = "0.6" diff --git a/crates/github-actions-expressions/Cargo.toml b/crates/github-actions-expressions/Cargo.toml index e1330b5d..7bb8b90a 100644 --- a/crates/github-actions-expressions/Cargo.toml +++ b/crates/github-actions-expressions/Cargo.toml @@ -2,7 +2,7 @@ name = "github-actions-expressions" description = "GitHub Actions expression parser and data types" repository = "https://github.com/zizmorcore/zizmor/tree/main/crates/github-actions-expressions" -version = "0.0.10" +version = "0.0.11" readme = "README.md" homepage.workspace = true diff --git a/crates/subfeature/Cargo.toml b/crates/subfeature/Cargo.toml index bcc1cda2..ee7b6cd3 100644 --- a/crates/subfeature/Cargo.toml +++ b/crates/subfeature/Cargo.toml @@ -2,7 +2,7 @@ name = "subfeature" description = "Subfeature handling and manipulation APIs" repository = "https://github.com/zizmorcore/zizmor/tree/main/crates/subfeature" -version = "0.0.3" +version = "0.0.4" readme = "README.md" authors.workspace = true diff --git a/crates/yamlpatch/Cargo.toml b/crates/yamlpatch/Cargo.toml index 2cf58cde..8a0abeef 100644 --- a/crates/yamlpatch/Cargo.toml +++ b/crates/yamlpatch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yamlpatch" -version = "0.4.0" +version = "0.5.0" description = "Comment and format-preserving YAML patch operations" repository = "https://github.com/zizmorcore/zizmor/tree/main/crates/yamlpatch" keywords = ["yaml", "patch"] diff --git a/crates/yamlpath/Cargo.toml b/crates/yamlpath/Cargo.toml index ae9c7d85..59112905 100644 --- a/crates/yamlpath/Cargo.toml +++ b/crates/yamlpath/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yamlpath" -version = "0.27.0" +version = "0.28.0" description = "Format-preserving YAML feature extraction" repository = "https://github.com/zizmorcore/zizmor/tree/main/crates/yamlpath" readme = "README.md"