fix(example): change file_sscv module path after refactor
This commit is contained in:
parent
7b9d2a976e
commit
e1dceb4386
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
use async_trait::async_trait;
|
use async_trait::async_trait;
|
||||||
use tokio_gemini::{
|
use tokio_gemini::{
|
||||||
certs::{
|
certs::{
|
||||||
dane, file_sscv::KnownHostsFile, fingerprint::CertFingerprint, SelfsignedCertVerifier,
|
dane, file::sscv::KnownHostsFile, fingerprint::CertFingerprint, SelfsignedCertVerifier,
|
||||||
},
|
},
|
||||||
dns::DnsClient,
|
dns::DnsClient,
|
||||||
Client, LibError,
|
Client, LibError,
|
||||||
|
|
Loading…
Add table
Reference in a new issue