diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8a475e..e2b3540 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: uses: Swatinem/rust-cache@v2.8.2 - name: Lints - run: cargo clippy --workspace --all-features --tests -v -- -Dwarnings + run: cargo clippy --workspace --all-features --tests --locked -v -- -Dwarnings - name: Tests run: cargo test --workspace -v diff --git a/Cargo.lock b/Cargo.lock index c66b257..a70d3f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,7 +230,7 @@ dependencies = [ [[package]] name = "proxy_cfg" -version = "0.4.1" +version = "0.4.2" dependencies = [ "core-foundation", "system-configuration-sys",