lolishinshi / exloli

从 E 站抓取画(ben)廊(zi)并上传 telegraph 并转发至 telegram channel
MIT License
119 stars 18 forks source link

Bump reqwest from 0.10.0-alpha.1 to 0.10.0-alpha.2 #40

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps reqwest from 0.10.0-alpha.1 to 0.10.0-alpha.2.

Release notes *Sourced from [reqwest's releases](https://github.com/seanmonstar/reqwest/releases).* > ## v0.10.0-alpha.2 > - Add `Request::try_clone()` method. > - Add HTTP2 window size configuration to `ClientBuilder`. > - Add `Body::as_bytes()` method. > - Add `Response::bytes()` method for WASM target. > - Add `RequestBuilder::body()` method for WASM target. > - Change to enable system/environment proxy detection by default. > - Fix checking `HTTP_PROXY` environment variable if it the environment is from a CGI script. > - Fix removal of username/password of parsed proxy URL. > - Fix pinning `async-compression` dependency to last alpha.
Changelog *Sourced from [reqwest's changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md).* > # v0.10.0-alpha.2 > > - Add `Request::try_clone()` method. > - Add HTTP2 window size configuration to `ClientBuilder`. > - Add `Body::as_bytes()` method. > - Add `Response::bytes()` method for WASM target. > - Add `RequestBuilder::body()` method for WASM target. > - Change to enable system/environment proxy detection by default. > - Fix checking `HTTP_PROXY` environment variable if it the environment is from a CGI script. > - Fix removal of username/password of parsed proxy URL. > - Fix pinning `async-compression` dependency to last alpha.
Commits - [`43e15e2`](https://github.com/seanmonstar/reqwest/commit/43e15e2094d949da62dc2192d61e69cb2a900204) v0.10.0-alpha.2 - [`3b23593`](https://github.com/seanmonstar/reqwest/commit/3b235932623ea99303fbe04718baaf2cbc12d88e) Add `as_bytes` method to `Body` ([#708](https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/708)) - [`1ce6731`](https://github.com/seanmonstar/reqwest/commit/1ce6731f2d6a877b6b50a88b5b242a0c49eb92db) Fix a link in doc ([#706](https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/706)) - [`bab6001`](https://github.com/seanmonstar/reqwest/commit/bab6001e0b596a9742bdc982c67c79be4b85e563) Pin async-compression to the last alpha ([#703](https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/703)) - [`8a6bdb7`](https://github.com/seanmonstar/reqwest/commit/8a6bdb7a826663573a802eeffe8ae7f3e530e9c1) Update documentation to show usage of system proxies ([#702](https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/702)) - [`3a50ed1`](https://github.com/seanmonstar/reqwest/commit/3a50ed11f8bb66db9aaf06200716cc2a8ee0f50b) Implement try_clone for async requests ([#698](https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/698)) - [`f6f81f9`](https://github.com/seanmonstar/reqwest/commit/f6f81f9cc1ab84a007fe4203822de08d72c07f57) wasm: Add request body in the form of Bytes ([#696](https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/696)) - [`b24b0be`](https://github.com/seanmonstar/reqwest/commit/b24b0be461ed39a96335e40561d07a35f2c3eb36) wasm: Add bytes method to wasm response ([#694](https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/694)) - [`43f2ff0`](https://github.com/seanmonstar/reqwest/commit/43f2ff083ce8b948904dd01cdff48f6a143ad2e5) Add error to JsValue conversion and example ([#691](https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/691)) - [`57300ed`](https://github.com/seanmonstar/reqwest/commit/57300edbc46e3ff07524e3aca4f05097d0d44aa4) use README.md traits to use dynamic library ([#695](https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/695)) - Additional commits viewable in [compare view](https://github.com/seanmonstar/reqwest/compare/v0.10.0-alpha.1...v0.10.0-alpha.2)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Looks like reqwest is up-to-date now, so this is no longer needed.