diff --git a/Cargo.lock b/Cargo.lock index 2b1ab0d..0b88f4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -313,9 +313,9 @@ dependencies = [ [[package]] name = "http_req" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f680177f2ebe4aabd573d07b322d15a5e0fbc97cd739fd627b08043c89041f8" +checksum = "42ce34c74ec562d68f2c23a532c62c1332ff1d1b6147fd118bd1938e090137d0" dependencies = [ "rustls", "unicase", diff --git a/Cargo.toml b/Cargo.toml index 2d717c4..c357299 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ panic = "abort" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -http_req = { version = "0.9.2", default-features = false, features = [ +http_req = { version = "0.9.3", default-features = false, features = [ "rust-tls", ] } sha1_smol = "1.0.0"