Skip to content

Commit 1fafff3

Browse files
pacphiclaude
andcommitted
chore(deps): bump deps and acknowledge new RUSTSEC advisories
- ci: cargo-binstall v1.18.0 → v1.18.1 in CI workflows - v2: fastify 5.8.1 → 5.8.5, brace-expansion 5.0.2 → 5.0.5, yaml 2.8.2 → 2.8.3 - v3: jsonschema 0.45 → 0.46 with updated Cargo.lock - audit-ignore: add RUSTSEC-2026-0098/0099 (rustls-webpki via AWS SDK, unfixable until AWS SDK drops rustls 0.21 transitive dependency) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6b7c5b7 commit 1fafff3

5 files changed

Lines changed: 49 additions & 33 deletions

File tree

.github/workflows/ci-v3.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
workspaces: v3 -> target
105105

106106
- name: Install cargo-binstall
107-
uses: cargo-bins/cargo-binstall@v1.18.0
107+
uses: cargo-bins/cargo-binstall@v1.18.1
108108

109109
- name: Install cargo-machete
110110
run: cargo binstall cargo-machete --no-confirm
@@ -229,7 +229,7 @@ jobs:
229229
workspaces: v3 -> target
230230

231231
- name: Install cargo-binstall
232-
uses: cargo-bins/cargo-binstall@v1.18.0
232+
uses: cargo-bins/cargo-binstall@v1.18.1
233233

234234
- name: Install cargo-llvm-cov
235235
run: cargo binstall cargo-llvm-cov --no-confirm --force
@@ -524,7 +524,7 @@ jobs:
524524
uses: dtolnay/rust-toolchain@stable
525525

526526
- name: Install cargo-binstall
527-
uses: cargo-bins/cargo-binstall@v1.18.0
527+
uses: cargo-bins/cargo-binstall@v1.18.1
528528

529529
- name: Install cargo-audit
530530
run: cargo binstall cargo-audit --no-confirm

v2/docker/lib/extensions/vf-management-api/resources/package-lock.json

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

v3/Cargo.lock

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

v3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ serde_json = "1.0"
4040
serde_yaml_ng = "0.10"
4141

4242
# JSON Schema validation
43-
jsonschema = "0.45"
43+
jsonschema = "0.46"
4444

4545
# Template rendering
4646
tera = "1.20"

v3/audit-ignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@
33
# Cannot upgrade: aws-smithy-http-client 1.1.12 (latest) still depends on rustls 0.21.x
44
# Remove this entry once AWS SDK drops the rustls 0.21 dependency
55
RUSTSEC-2026-0049
6+
7+
# RUSTSEC-2026-0098: rustls-webpki Name constraints for URI names were incorrectly accepted
8+
# RUSTSEC-2026-0099: rustls-webpki Name constraints were accepted for certificates asserting a wildcard name
9+
# Both affect rustls-webpki 0.101.7 via aws-smithy-http-client -> rustls 0.21.12
10+
# Cannot upgrade: same AWS SDK transitive constraint as RUSTSEC-2026-0049
11+
# Remove these entries once AWS SDK drops the rustls 0.21 dependency
12+
RUSTSEC-2026-0098
13+
RUSTSEC-2026-0099

0 commit comments

Comments
 (0)