Skip to content

Commit

Permalink
tests: use reqwest 0.12 for update_valid_ee_certs
Browse files Browse the repository at this point in the history
This is an in-place update and avoids a separate older version of
Rustls.
  • Loading branch information
cpu committed Jul 13, 2024
1 parent 8f0bc69 commit c570413
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
edition = "2021"
[dependencies]
anyhow = "1"
reqwest = { version = "0.11", default-features = false, features = ["blocking", "rustls-tls-webpki-roots"] }
reqwest = { version = "0.12", default-features = false, features = ["blocking", "rustls-tls-webpki-roots"] }
---

use std::{fs, path::Path};
Expand Down

0 comments on commit c570413

Please sign in to comment.