Install Rustls crypto provider

This commit is contained in:
Codex
2026-06-12 15:32:27 +00:00
parent 9c87e52dfc
commit cbc8220828
3 changed files with 8 additions and 0 deletions

2
Cargo.lock generated
View File

@@ -865,6 +865,7 @@ dependencies = [
"redis",
"reqwest",
"rusqlite",
"rustls",
"serde",
"serde_json",
"tempfile",
@@ -1339,6 +1340,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
dependencies = [
"aws-lc-rs",
"log",
"once_cell",
"ring",
"rustls-pki-types",