chore(proxy): update vendored postgres libs to edition 2021 (#10139)

I ran `cargo fix --edition` in each project prior, and it found nothing
that needed fixing.
This commit is contained in:
Conrad Ludgate
2024-12-17 20:06:18 +00:00
committed by GitHub
parent fd230227f2
commit 2ee6bc5ec4
7 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
//! An asynchronous, pipelined, PostgreSQL client.
#![warn(rust_2018_idioms, clippy::all)]
#![warn(clippy::all)]
pub use crate::cancel_token::CancelToken;
pub use crate::client::{Client, SocketConfig};