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" ]}