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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-21 21:14:08 +00:00 committed by GitHub
parent 81633636e7
commit 1346ff27e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 7 deletions

24
Cargo.lock generated
View file

@ -182,6 +182,18 @@ dependencies = [
"futures-io", "futures-io",
"memchr", "memchr",
"pin-project-lite 0.2.9", "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", "tokio",
] ]
@ -3632,11 +3644,11 @@ checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
[[package]] [[package]]
name = "reqwest" name = "reqwest"
version = "0.11.17" version = "0.11.18"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91" checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
dependencies = [ dependencies = [
"async-compression", "async-compression 0.4.0",
"base64 0.21.0", "base64 0.21.0",
"bytes", "bytes",
"cookie 0.16.2", "cookie 0.16.2",
@ -4386,7 +4398,7 @@ version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92a55e754f247bb04c6ea1c2ec46f1a4e8a91dabca9dc7a38c67aa3a9df6b359" checksum = "92a55e754f247bb04c6ea1c2ec46f1a4e8a91dabca9dc7a38c67aa3a9df6b359"
dependencies = [ dependencies = [
"async-compression", "async-compression 0.3.15",
"futures-lite", "futures-lite",
"http-types", "http-types",
"regex", "regex",
@ -4915,7 +4927,7 @@ dependencies = [
"once_cell", "once_cell",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.15", "syn 2.0.16",
"wasm-bindgen-shared", "wasm-bindgen-shared",
] ]
@ -4949,7 +4961,7 @@ checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.15", "syn 2.0.16",
"wasm-bindgen-backend", "wasm-bindgen-backend",
"wasm-bindgen-shared", "wasm-bindgen-shared",
] ]

View file

@ -111,7 +111,7 @@ r2d2 = "^0.8.9"
r2d2_sqlite = "^0.21.0" r2d2_sqlite = "^0.21.0"
rand = "^0.8.5" rand = "^0.8.5"
regex = "1.8.1" 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" rpassword = "^7.2.0"
rusqlite = "^0.28.0" rusqlite = "^0.28.0"