Skip to content

Commit 235dfeb

Browse files
Update pin-project-lite requirement from 0.1 to 0.2
Updates the requirements on [pin-project-lite](https://github.com/taiki-e/pin-project-lite) to permit the latest version. - [Release notes](https://github.com/taiki-e/pin-project-lite/releases) - [Changelog](https://github.com/taiki-e/pin-project-lite/blob/master/CHANGELOG.md) - [Commits](taiki-e/pin-project-lite@v0.1.0...v0.2.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent fb07eaf commit 235dfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ futures = "0.3"
4545
log = "0.4"
4646
parking_lot = "0.11"
4747
percent-encoding = "2.0"
48-
pin-project-lite = "0.1"
48+
pin-project-lite = "0.2"
4949
phf = "0.8"
5050
postgres-protocol = { version = "0.5.0", path = "../postgres-protocol" }
5151
postgres-types = { version = "0.1.2", path = "../postgres-types" }

0 commit comments

Comments
 (0)