diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ edition = "2021" tokio = { version = "1", features = ["full"] } tower-http = { version = "0.4.1", features = ["fs"] } axum = "0.6.12" -reqwest = { version = "0.11.18", features = ["json"] } +reqwest = { version = "0.11.18", default-features = false, features = ["json", "rustls-tls"] } # templating serde = { version = "1", features = ["derive"] } |