mirror of
https://github.com/kristoferssolo/transmission-rpc.git
synced 2025-10-21 20:10:37 +00:00
Update reqwest requirement from 0.10.6 to 0.11.0
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.6...v0.11.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
b01d9fff06
commit
89a1a55b96
@ -15,7 +15,7 @@ include = [
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.10.6", features = ["json", "rustls-tls"], default-features = false }
|
||||
reqwest = { version = "0.11.0", features = ["json", "rustls-tls"], default-features = false }
|
||||
tokio = { version = "0.2", features = ["macros"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
rustc-serialize = "0.3.24"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user