mirror of
https://github.com/kristoferssolo/transmission-rpc.git
synced 2025-10-21 20:10:37 +00:00
Update tokio requirement from 0.2 to 1.2
Updates the requirements on [tokio](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.0...tokio-1.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
b01d9fff06
commit
baf764e93d
@ -16,7 +16,7 @@ include = [
|
||||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.10.6", features = ["json", "rustls-tls"], default-features = false }
|
||||
tokio = { version = "0.2", features = ["macros"] }
|
||||
tokio = { version = "1.2", features = ["macros"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
rustc-serialize = "0.3.24"
|
||||
enum-iterator = "0.6.0"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user