New audit: concurrency-limits (#1227)

Co-authored-by: William Woodruff <william@yossarian.net>
This commit is contained in:
Joe Wallwork 2025-10-17 01:24:19 +01:00 committed by GitHub
parent ac4cab3238
commit 5b5ad5d924
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
171 changed files with 782 additions and 265 deletions

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-models = { path = "crates/github-actions-models", version = "0.36.0" }
github-actions-models = { path = "crates/github-actions-models", version = "0.37.0" }
itertools = "0.14.0"
pest = "2.8.3"
pest_derive = "2.8.3"