From 1346ff27e2c521cf09c515e4ffde796a5aca32d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 21:14:08 +0000 Subject: [PATCH] chore(deps): bump reqwest from 0.11.17 to 0.11.18 (#1643) Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.17 to 0.11.18. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.17...v0.11.18) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 24 ++++++++++++++++++------ Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59ce6c931..61175edf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -182,6 +182,18 @@ dependencies = [ "futures-io", "memchr", "pin-project-lite 0.2.9", +] + +[[package]] +name = "async-compression" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b0122885821398cc923ece939e24d1056a2384ee719432397fa9db87230ff11" +dependencies = [ + "flate2", + "futures-core", + "memchr", + "pin-project-lite 0.2.9", "tokio", ] @@ -3632,11 +3644,11 @@ checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" [[package]] name = "reqwest" -version = "0.11.17" +version = "0.11.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91" +checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" dependencies = [ - "async-compression", + "async-compression 0.4.0", "base64 0.21.0", "bytes", "cookie 0.16.2", @@ -4386,7 +4398,7 @@ version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92a55e754f247bb04c6ea1c2ec46f1a4e8a91dabca9dc7a38c67aa3a9df6b359" dependencies = [ - "async-compression", + "async-compression 0.3.15", "futures-lite", "http-types", "regex", @@ -4915,7 +4927,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.15", + "syn 2.0.16", "wasm-bindgen-shared", ] @@ -4949,7 +4961,7 @@ checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869" dependencies = [ "proc-macro2", "quote", - "syn 2.0.15", + "syn 2.0.16", "wasm-bindgen-backend", "wasm-bindgen-shared", ] diff --git a/Cargo.toml b/Cargo.toml index 01fcc3552..880f3cbf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ r2d2 = "^0.8.9" r2d2_sqlite = "^0.21.0" rand = "^0.8.5" regex = "1.8.1" -reqwest = { version = "0.11.17", default-features = false, features=["cookies", "json", "gzip", "native-tls"] } +reqwest = { version = "0.11.18", default-features = false, features=["cookies", "json", "gzip", "native-tls"] } rpassword = "^7.2.0" rusqlite = "^0.28.0"