Bump Swatinem/rust-cache from 2.6.2 to 2.7.0 (#74)

This commit is contained in:
dependabot[bot]
2023-09-14 07:48:51 +00:00
committed by GitHub
parent df03f6f58e
commit 0e90489c85
2 changed files with 8 additions and 8 deletions
+6 -6
View File
@@ -30,7 +30,7 @@ jobs:
components: rustfmt
- name: Rust Cache
uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2.6.2
uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
- name: Cargo fmt
uses: actions-rs/cargo@v1.0.3
@@ -53,7 +53,7 @@ jobs:
override: true
- name: Rust Cache
uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2.6.2
uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
- name: Check internal documentation links
run: RUSTDOCFLAGS="--deny rustdoc::broken_intra_doc_links" cargo doc -vv --workspace --no-deps --document-private-items
@@ -79,7 +79,7 @@ jobs:
override: true
- name: Rust Cache
uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2.6.2
uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
- name: Cargo test
uses: actions-rs/cargo@v1.0.3
@@ -103,7 +103,7 @@ jobs:
override: true
- name: Rust Cache
uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2.6.2
uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
- name: Run clippy
uses: actions-rs/cargo@v1
@@ -128,7 +128,7 @@ jobs:
override: true
- name: Rust Cache
uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2.6.2
uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
- name: Install cargo-hack
uses: baptiste0928/cargo-install@v2
@@ -158,7 +158,7 @@ jobs:
override: true
- name: Rust Cache
uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2.6.2
uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
- name: Install cargo-hack
uses: baptiste0928/cargo-install@v2
+2 -2
View File
@@ -29,8 +29,8 @@ targets = [
[advisories]
# The path where the advisory database is cloned/fetched into
db-path = "~/.cargo/advisory-db"
# The url of the advisory database to use
db-url = "https://github.com/rustsec/advisory-db"
# The url(s) of the advisory database to use
db-urls = ["https://github.com/rustsec/advisory-db"]
# The lint level for security vulnerabilities
vulnerability = "warn"
# The lint level for unmaintained crates