Skip to content

Commit f5c1902

Browse files
Update parking_lot requirement from 0.10 to 0.11
Updates the requirements on [parking_lot](https://github.com/Amanieu/parking_lot) to permit the latest version. - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](Amanieu/parking_lot@0.10.0...0.11.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 598fc0f commit f5c1902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ byteorder = "1.0"
4343
fallible-iterator = "0.2"
4444
futures = "0.3"
4545
log = "0.4"
46-
parking_lot = "0.10"
46+
parking_lot = "0.11"
4747
percent-encoding = "2.0"
4848
pin-project-lite = "0.1"
4949
phf = "0.8"

0 commit comments

Comments
 (0)