Skip to content

Commit

Permalink
update cbindgen, clap, and config to fix audit (#48085)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarneges authored Nov 28, 2024
1 parent 9bbaf40 commit 71826c9
Show file tree
Hide file tree
Showing 5 changed files with 264 additions and 260 deletions.
4 changes: 2 additions & 2 deletions .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ ENV RUSTUP_HOME="/root/.rustup" \
PATH=/root/.cargo/bin:$PATH

# Keep in sync with minimum support Rust Version for Pushpin
RUN rustup install 1.70.0-x86_64-unknown-linux-gnu
RUN rustup install 1.75.0-x86_64-unknown-linux-gnu

RUN cargo install --version 0.17.6 --locked cargo-audit
RUN cargo install cargo-audit

RUN rustup component add rustfmt

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: true
matrix:
rust-version: [stable, 1.70.0]
rust-version: [stable, 1.75.0]
runs-on: ubuntu-20.04
container: fanout/build-base:latest
steps:
Expand All @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: true
matrix:
rust-version: [stable, 1.70.0]
rust-version: [stable, 1.75.0]
runs-on: ubuntu-20.04
container: fanout/build-base:latest
needs: check
Expand All @@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: true
matrix:
rust-version: [stable, 1.70.0]
rust-version: [stable, 1.75.0]
runs-on: ubuntu-20.04
container: fanout/build-base:latest
needs: check
Expand All @@ -67,7 +67,7 @@ jobs:
strategy:
fail-fast: true
matrix:
rust-version: [stable, 1.70.0]
rust-version: [stable, 1.75.0]
runs-on: ubuntu-20.04
container: fanout/build-base:latest
needs: check
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
strategy:
fail-fast: true
matrix:
rust-version: [stable, 1.70.0]
rust-version: [stable, 1.75.0]
runs-on: ubuntu-20.04
container: fanout/build-base:latest
needs: build
Expand All @@ -124,7 +124,7 @@ jobs:
strategy:
fail-fast: true
matrix:
rust-version: [stable, 1.70.0]
rust-version: [stable, 1.75.0]
runs-on: ubuntu-20.04
container: fanout/build-base:latest
needs: build
Expand All @@ -143,7 +143,7 @@ jobs:
strategy:
fail-fast: true
matrix:
rust-version: [stable, 1.70.0]
rust-version: [stable, 1.75.0]
runs-on: ubuntu-20.04
container: fanout/build-base:latest
needs: [audit, test]
Expand Down
Loading

0 comments on commit 71826c9

Please sign in to comment.