Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
178 changes: 168 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ rand = "0.9.2"
rayon = "1.10.0"
regex = "1"
rcgen = "0.14.4"
# This is the default feature set, just swpping in rustls-tls for default-tls.
reqwest = { version = "0.12.23", default-features = false, features = [
"rustls-tls",
reqwest = { version = "0.13.4", default-features = false, features = [
# Using ring to provide the cryptographic features, so using "rustls-no-provider" instead of "rustls".
"rustls-no-provider",
"charset",
"http2",
"macos-system-configuration",
"system-proxy",
] }
ring = "0.17.14"
# We configure rustls to not bring in aws-lc-sys, which seems to have build issues on Windows.
Expand Down