From f81650007c28367472aa0cfe1e45944836ed1999 Mon Sep 17 00:00:00 2001 From: Adam Leventhal Date: Thu, 10 Aug 2023 17:39:29 -0700 Subject: [PATCH] we're no longer using pin-project-lite (#3871) --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a48d7e1b5..247a94c561 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -262,7 +262,6 @@ paste = "1.0.14" percent-encoding = "2.2.0" pem = "1.1" petgraph = "0.6.3" -pin-project-lite = "0.2.12" postgres-protocol = "0.6.5" predicates = "3.0.3" pretty_assertions = "1.4.0"