diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 94fac03..d1c68b6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -33,7 +33,7 @@ jobs: - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 - - uses: taiki-e/install-action@5597bc27da443ba8bf9a3bc4e5459ea59177de42 # v2 + - uses: taiki-e/install-action@522492a8c115f1b6d4d318581f09638e9442547b # v2 with: tool: cargo-nextest diff --git a/Cargo.toml b/Cargo.toml index b3371ba..8a999c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ map-unwrap-or = "warn" [dev-dependencies] rusqlite = { version = "=0.37.0", features = ["blob", "trace", "bundled"] } log = { version = "=0.4.28", features = ["std"] } -parking_lot = "=0.12.4" +parking_lot = "=0.12.5" [build-dependencies] bindgen = { version = "0.72", default-features = false }