diff --git a/Cargo.lock b/Cargo.lock index 19fb026..f5d7aaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -312,9 +312,9 @@ dependencies = [ [[package]] name = "http_req" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "158d4edacc70c9bdb0464314063b8d9d60fa776442dc13b00a13581b88b0a0a0" +checksum = "a536d8715c89f5647abd1563c490b75a76221de4b57833a1f243cf5c5fe7860c" dependencies = [ "rustls", "rustls-pemfile", diff --git a/Cargo.toml b/Cargo.toml index a1a70bd..0fa52cc 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.10.0", default-features = false, features = [ +http_req = { version = "0.10.1", default-features = false, features = [ "rust-tls", ] } sha1_smol = "1.0.0"