We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86c914c + a07a39c commit 8262109Copy full SHA for 8262109
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
- run: docker compose up -d
56
- uses: sfackler/actions/rustup@master
57
with:
58
- version: 1.51.0
+ version: 1.53.0
59
- run: echo "::set-output name=version::$(rustc --version)"
60
id: rust-version
61
- uses: actions/cache@v1
tokio-postgres/Cargo.toml
@@ -46,7 +46,7 @@ byteorder = "1.0"
46
fallible-iterator = "0.2"
47
futures = "0.3"
48
log = "0.4"
49
-parking_lot = "0.11"
+parking_lot = "0.12"
50
percent-encoding = "2.0"
51
pin-project-lite = "0.2"
52
phf = "0.10"
0 commit comments