File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ once_cell.workspace = true
31
31
prost.workspace = true
32
32
rand.workspace = true
33
33
reqwest = { workspace = true , features = [" rustls-tls" , " json" ] }
34
+ url = { workspace = true , features = [" serde" ] }
34
35
serde = { workspace = true , features = [" derive" ] }
35
36
serde_json.workspace = true
36
37
tokio = { workspace = true , features = [" fs" ] }
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ use cid::Cid;
6
6
use config:: ValueKind ;
7
7
use libp2p:: { Multiaddr , PeerId } ;
8
8
use multihash:: Multihash ;
9
- use reqwest:: { Client , Url } ;
9
+ use reqwest:: Client ;
10
10
use serde:: { Deserialize , Serialize } ;
11
11
use tracing:: trace;
12
+ use url:: Url ;
12
13
13
14
/// Public endpoint of the indexer nodes.
14
15
pub const CID_CONTACT : & str = "https://cid.contact/cid/" ;
You can’t perform that action at this time.
0 commit comments