Add a rusttls feature
This commit is contained in:
parent
5471d3126b
commit
86f00a4c9c
@ -10,4 +10,4 @@ env_logger = "0.10.0"
|
||||
log = "0.4.17"
|
||||
http = "0.2.8"
|
||||
serde = { version = "1.0.126", features = ["derive"] }
|
||||
reqwest = { version = "0.11", features = ["json", "blocking"] }
|
||||
reqwest = { version = "0.11", features = ["json", "blocking", "rustls"] }
|
||||
|
@ -1,6 +1,6 @@
|
||||
use clap::Parser;
|
||||
use handlebars::Handlebars;
|
||||
use http::{StatusCode};
|
||||
use http::StatusCode;
|
||||
use log::{error, info};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user