Skip to content

Commit 8262109

Browse files
authored
Merge pull request sfackler#865 from sfackler/dependabot/cargo/parking_lot-0.12
Update parking_lot requirement from 0.11 to 0.12
2 parents 86c914c + a07a39c commit 8262109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- run: docker compose up -d
5656
- uses: sfackler/actions/rustup@master
5757
with:
58-
version: 1.51.0
58+
version: 1.53.0
5959
- run: echo "::set-output name=version::$(rustc --version)"
6060
id: rust-version
6161
- uses: actions/cache@v1

tokio-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ byteorder = "1.0"
4646
fallible-iterator = "0.2"
4747
futures = "0.3"
4848
log = "0.4"
49-
parking_lot = "0.11"
49+
parking_lot = "0.12"
5050
percent-encoding = "2.0"
5151
pin-project-lite = "0.2"
5252
phf = "0.10"

0 commit comments

Comments
 (0)