Skip to content

Commit

Permalink
refactor: pub use sslnegotiation
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Jul 6, 2024
1 parent 3d36a25 commit 1fb797d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions postgres/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ use std::str::FromStr;
use std::sync::Arc;
use std::time::Duration;
use tokio::runtime;
use tokio_postgres::config::SslNegotiation;
#[doc(inline)]
pub use tokio_postgres::config::{
ChannelBinding, Host, LoadBalanceHosts, SslMode, TargetSessionAttrs,
ChannelBinding, Host, LoadBalanceHosts, SslMode, SslNegotiation, TargetSessionAttrs,
};
use tokio_postgres::error::DbError;
use tokio_postgres::tls::{MakeTlsConnect, TlsConnect};
Expand Down

0 comments on commit 1fb797d

Please sign in to comment.