diff --git a/Cargo.lock b/Cargo.lock index 495355b3e..7bb23cbc5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2851,9 +2851,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.12" +version = "0.11.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc" +checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c" dependencies = [ "base64 0.13.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index d24549389..7d4ee4365 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ textwrap = "0.16.0" async-channel = "1.6.1" futures-lite = "1.12.0" tokio-stream = { version = "0.1.11", features = ["fs"] } -reqwest = { version = "0.11.12", features = ["json"] } +reqwest = { version = "0.11.13", features = ["json"] } async_zip = { version = "0.0.9", default-features = false, features = ["deflate"] } [dev-dependencies]