Skip to content

Commit 966af1a

Browse files
committed
primitives - ipfs - replace imports to tokio_postgres
1 parent 6c48943 commit 966af1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitives/src/ipfs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ impl Url {
9595
mod postgres {
9696
use super::IPFS;
9797
use bytes::BytesMut;
98-
use postgres_types::{accepts, to_sql_checked, FromSql, IsNull, ToSql, Type};
98+
use tokio_postgres::types::{accepts, to_sql_checked, FromSql, IsNull, ToSql, Type};
9999
use std::error::Error;
100100

101101
impl ToSql for IPFS {

0 commit comments

Comments
 (0)