diff --git a/Cargo.lock b/Cargo.lock index 4b5ebef..6ec66a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2020,9 +2020,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.11" +version = "0.11.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92" +checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc" dependencies = [ "base64", "bytes", @@ -2036,10 +2036,10 @@ dependencies = [ "hyper-tls", "ipnet", "js-sys", - "lazy_static", "log", "mime", "native-tls", + "once_cell", "percent-encoding", "pin-project-lite", "serde", diff --git a/Cargo.toml b/Cargo.toml index 3624e4d..e52c5fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ dirs = "4.0.0" # clippy = "*" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -reqwest = { version = "0.11.11", features = [ "blocking" ]} +reqwest = { version = "0.11.12", features = [ "blocking" ]} glutin = "0.29.0" [target.'cfg(target_arch = "wasm32")'.dependencies]