chore: remove unused native_tls import from cdk-postgres

This commit is contained in:
asmo
2025-08-27 15:15:16 +02:00
parent cb29e74e39
commit 6454a33509

View File

@@ -10,7 +10,6 @@ use cdk_sql_common::pool::{DatabaseConfig, DatabasePool};
use cdk_sql_common::stmt::{Column, Statement};
use cdk_sql_common::{SQLMintDatabase, SQLWalletDatabase};
use db::{pg_batch, pg_execute, pg_fetch_all, pg_fetch_one, pg_pluck};
use native_tls;
use native_tls::TlsConnector;
use postgres_native_tls::MakeTlsConnector;
use tokio::sync::{Mutex, Notify};