diff --git a/Cargo.lock b/Cargo.lock index 2bafe0dce..83b2aaf9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4209,9 +4209,9 @@ checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" [[package]] name = "reqwest" -version = "0.11.19" +version = "0.11.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20b9b67e2ca7dd9e9f9285b759de30ff538aab981abaaf7bc9bd90b84a0126c3" +checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" dependencies = [ "base64 0.21.2", "bytes", diff --git a/apps/host/Cargo.toml b/apps/host/Cargo.toml index fffbe01b2..cba09faf9 100644 --- a/apps/host/Cargo.toml +++ b/apps/host/Cargo.toml @@ -19,7 +19,7 @@ exocore-protos = {version = "0.1.25", path = "../../protos"} exocore-store = {version = "0.1.25", path = "../../store"} futures = "0.3.28" log = "0.4.20" -reqwest = { version = "0.11.19", default-features = false, features = ["rustls-tls"] } +reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls"] } thiserror = "1.0.47" [target."cfg(any( all(target_arch = \"x86_64\", any(target_os = \"linux\", target_os = \"macos\", target_os = \"windows\")), all(target_arch = \"aarch64\", any(target_os = \"linux\", target_os = \"macos\")) ))".dependencies] diff --git a/discovery/Cargo.toml b/discovery/Cargo.toml index 2127f9e16..a846daede 100644 --- a/discovery/Cargo.toml +++ b/discovery/Cargo.toml @@ -20,7 +20,7 @@ chrono = { version = "0.4.26", features = ["serde"] } futures = "0.3.28" log = "0.4.20" rand = "0.8" -reqwest = { version = "0.11.19", default-features = false, features = ["json", "rustls-tls"] } +reqwest = { version = "0.11.20", default-features = false, features = ["json", "rustls-tls"] } serde = "1.0.185" serde_derive = "1.0.177" serde_json = "1.0.105" diff --git a/exo/Cargo.toml b/exo/Cargo.toml index 6dbc17ddb..8ccc6fab5 100644 --- a/exo/Cargo.toml +++ b/exo/Cargo.toml @@ -28,7 +28,7 @@ indicatif = "0.17.6" log = "0.4.20" log4rs = "1.2.0" rand = "0.8" -reqwest = { version = "0.11.19", default-features = false, features = ["rustls-tls"] } +reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls"] } serde = "1.0.185" serde_derive = "1.0.177" serde_json = "1.0.105"