fix(cli): fix axios vulnerability (#35582)

This commit is contained in:
Hugues Pouillot
2025-07-24 19:13:35 +02:00
committed by GitHub
parent 7da7d27749
commit 32399dd9ab
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ jobs:
# we specify bash to get pipefail; it guards against the `curl` command
# failing. otherwise `sh` won't catch that `curl` returned non-0
shell: bash
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.28.0/cargo-dist-installer.sh | sh"
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.28.2/cargo-dist-installer.sh | sh"
- name: Cache dist
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
with:

View File

@@ -6,7 +6,7 @@ members = ["cargo:./cli"]
# Skip checking whether the specified configuration files are up to date
allow-dirty = ["ci"]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.28.0"
cargo-dist-version = "0.28.2"
# CI backends to support
ci = "github"
# The installers to generate for each app