From f294c5bca990f684b59f217dd468a41b7ac83d0e Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 27 Jan 2026 16:20:25 -0800 Subject: chore(deps): audit ssl deps (#3110) ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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] -- cgit v1.3.1