Skip to content

Commit

Permalink
Upgrade hyper-rustls to 0.24 from 0.23, and fix RUSTSEC-2024-0336
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticTempest committed May 29, 2024
1 parent 092adb2 commit c197693
Show file tree
Hide file tree
Showing 8 changed files with 65 additions and 298 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
run: |
cargo audit --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2023-0052 --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2023-0071 --ignore RUSTSEC-2024-0019
- name: Run Audit (Chain Signatures)
# even if previous audit step fails, run this audit step to ensure all crates are audited
if: always()
working-directory: integration-tests/chain-signatures
run: |
cargo audit --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2023-0052 --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2023-0071 --ignore RUSTSEC-2024-0019
107 changes: 19 additions & 88 deletions integration-tests/chain-signatures/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion integration-tests/chain-signatures/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ async fn build_multichain(release: bool) -> anyhow::Result<ExitStatus> {

async fn build_multichain_contract(release: bool) -> anyhow::Result<ExitStatus> {
let target_dir = target_dir().context("could not find /target while building contract")?;
// We use a different target directory to stop the different rustflags between targets from clobbering the build cache
build_package(
release,
PACKAGE_CONTRACT,
Expand Down
Loading

0 comments on commit c197693

Please sign in to comment.