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

View File

@@ -3,7 +3,6 @@
use byteorder::{BigEndian, ByteOrder};
use bytes::{Buf, BufMut, BytesMut};
use std::convert::TryFrom;
use std::error::Error;
use std::io;
use std::marker;