aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2c2b564e..5bbe3236 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,6 +45,7 @@ tracing = "0.1"
sql-builder = "3"
tempfile = { version = "3.19" }
minijinja = "2.9.0"
+rustls = { version = "0.23", default-features = false, features = ["ring", "std", "tls12"] }
[workspace.dependencies.tracing-subscriber]
version = "0.3"
@@ -52,7 +53,7 @@ features = ["ansi", "fmt", "registry", "env-filter"]
[workspace.dependencies.reqwest]
version = "0.13"
-features = ["json", "rustls"]
+features = ["json", "rustls-no-provider"]
default-features = false
[workspace.dependencies.sqlx]