Skip to content

Commit

Permalink
build(deps): bump Swatinem/rust-cache from 2.6.2 to 2.7.1
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.6.2 to 2.7.1.
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@v2.6.2...v2.7.1)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent d6c1353 commit 9819f74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
ref: ${{ github.event.release.target_commitish }}
token: ${{ secrets.BOTTY_GITHUB_TOKEN }}

- uses: Swatinem/rust-cache@v2.6.2
- uses: Swatinem/rust-cache@v2.7.1

- uses: dtolnay/rust-toolchain@master
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
toolchain: 1.67
components: clippy,rustfmt

- uses: Swatinem/rust-cache@v2.6.2
- uses: Swatinem/rust-cache@v2.7.1

- name: Check formatting
uses: dprint/check@v2.2
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4.1.1

- uses: Swatinem/rust-cache@v2.6.2
- uses: Swatinem/rust-cache@v2.7.1

- name: Build swap
run: cargo build --bin swap
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4.1.1

- uses: Swatinem/rust-cache@v2.6.2
- uses: Swatinem/rust-cache@v2.7.1

- name: Install sqlx-cli
run: cargo install sqlx-cli --locked
Expand All @@ -80,7 +80,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4.1.1

- uses: Swatinem/rust-cache@v2.6.2
- uses: Swatinem/rust-cache@v2.7.1

- uses: dtolnay/rust-toolchain@master
with:
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4.1.1

- uses: Swatinem/rust-cache@v2.6.2
- uses: Swatinem/rust-cache@v2.7.1

- name: Build tests
run: cargo build --tests --workspace --all-features
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4.1.1

- uses: Swatinem/rust-cache@v2.6.2
- uses: Swatinem/rust-cache@v2.7.1

- name: Run test ${{ matrix.test_name }}
run: cargo test --package swap --all-features --test ${{ matrix.test_name }} -- --nocapture

0 comments on commit 9819f74

Please sign in to comment.