diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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] |
