Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 2.6.0 to 2.6.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.0 to 2.6.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.0...v2.6.1)

---
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 and jbr committed Aug 14, 2023
1 parent acfd15a commit 73c667a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/[email protected].0
uses: Swatinem/[email protected].1

- name: Run tests
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: generate a cert for tls testing
run: mkcert -install && mkcert localhost
- name: Rust Cache
uses: Swatinem/[email protected].0
uses: Swatinem/[email protected].1
- name: Generate code coverage
run: cargo +nightly tarpaulin --verbose --features smol,trillium-testing/smol --workspace --timeout 120 --out Xml
- name: Upload to codecov.io
Expand Down

0 comments on commit 73c667a

Please sign in to comment.