From 50b75ec5dae26bbc675180c7e839c4c40da78853 Mon Sep 17 00:00:00 2001 From: ice_iix Date: Sun, 16 May 2021 19:03:29 -0700 Subject: [PATCH] Bump reqwest to 0.11.3. Closes #529 --- Cargo.toml | 2 +- protocol/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8a18295..88c413f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ dirs = "3.0.1" # clippy = "*" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -reqwest = { version = "0.11.1", features = [ "blocking" ]} +reqwest = { version = "0.11.3", features = [ "blocking" ]} glutin = "0.26.0" [target.'cfg(target_arch = "wasm32")'.dependencies] diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 4352f38..ffe1023 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -26,4 +26,4 @@ path = "../std_or_web" version = "0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -reqwest = { version = "0.11.1", features = [ "blocking" ]} +reqwest = { version = "0.11.3", features = [ "blocking" ]}