Skip to content

Commit

Permalink
Merge pull request #65 from PrivateBin/dependabot/cargo/hyper-rustls-…
Browse files Browse the repository at this point in the history
…0.26.0

Bump hyper-rustls from 0.25.0 to 0.26.0
  • Loading branch information
elrido authored Jan 21, 2024
2 parents 55df457 + 0c4ea2e commit 95d36e0
Show file tree
Hide file tree
Showing 10 changed files with 1,122 additions and 388 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Docker meta
id: meta
uses: docker/metadata-action@v3
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Rust
run: |
rustup toolchain install 1.66.1 --profile minimal --no-self-update --component rustfmt clippy
rustup default 1.66.1
rustup toolchain install 1.70 --profile minimal --no-self-update --component rustfmt clippy
rustup default 1.70
- name: Cache GeoIP database
id: cache-geoip
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: var
key: static-geoip
Expand All @@ -28,7 +28,7 @@ jobs:
path: ~/.cargo/registry
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
- name: Cache cargo build
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: target
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
Expand Down
Loading

0 comments on commit 95d36e0

Please sign in to comment.