cargo prod(deps): update reqwest requirement from 0.10 to 0.11
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [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.10.0...v0.11.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d09f40887c
commit
c4fbc56e81
@ -33,5 +33,5 @@ error-chain = "0.12.2"
|
||||
#[feature-dependencies]
|
||||
hidapi = { version = "1.2.3", optional = true }
|
||||
pretty_env_logger = { version = "0.4.0", optional = true }
|
||||
reqwest = { version = "0.10", features = ["blocking"], optional = true }
|
||||
reqwest = { version = "0.11", features = ["blocking"], optional = true }
|
||||
structopt = { version = "0.3.14", optional = true }
|
||||
|
Loading…
Reference in New Issue
Block a user