Skip to content

Commit

Permalink
build(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.5 to 2.7.7.
- [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.7.5...v2.7.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 81b89d6 commit d3303b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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 @@ -59,7 +59,7 @@ jobs:
ref: ${{ github.event.release.target_commitish }}
token: ${{ secrets.BOTTY_GITHUB_TOKEN }}

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7

- uses: dtolnay/rust-toolchain@master
with:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
toolchain: "1.74"
components: clippy,rustfmt

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7

- name: Check formatting
uses: dprint/[email protected]
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Checkout sources
uses: actions/[email protected]

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7

- name: Build swap
run: cargo build --bin swap
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Checkout sources
uses: actions/[email protected]

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7

- name: Install sqlx-cli
run: cargo install --locked --version 0.6.3 sqlx-cli
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Checkout sources
uses: actions/[email protected]

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7

- uses: dtolnay/rust-toolchain@master
with:
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Checkout sources
uses: actions/[email protected]

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7

- name: Build tests
run: cargo build --tests --workspace --all-features
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Checkout sources
uses: actions/[email protected]

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7

- name: Run test ${{ matrix.test_name }}
run: cargo test --package swap --all-features --test ${{ matrix.test_name }} -- --nocapture
Expand All @@ -184,7 +184,7 @@ jobs:
- name: Checkout sources
uses: actions/[email protected]

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7

- name: Run RPC server tests
run: cargo test --package swap --all-features --test rpc -- --nocapture
Expand All @@ -197,7 +197,7 @@ jobs:

- uses: dtolnay/rust-toolchain@stable

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7

- name: Run cargo check on stable rust
run: cargo check --all-targets

0 comments on commit d3303b7

Please sign in to comment.