chore: bump support crate versions (#1310)

This commit is contained in:
William Woodruff 2025-11-01 20:42:15 -04:00 committed by GitHub
parent 91efe72309
commit 6db45b582f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 12 additions and 12 deletions

8
Cargo.lock generated
View file

@ -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",

View file

@ -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"

View file

@ -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

View file

@ -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

View file

@ -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"]

View file

@ -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"