Merge branch 'renovate/rust-tokio-0.x' into 'master'

Update Rust crate tokio to 0.2.20

See merge request pastebinrun/pastebinrun!189
This commit is contained in:
Konrad Borowski 2020-05-06 17:35:49 +00:00
commit 8b47399faf

View File

@ -25,7 +25,7 @@ reqwest = { version = "0.10.4", features = ["json"] }
serde = { version = "1.0.106", features = ["derive"] }
serde_json = "1.0.48"
time-parse = "0.1.2"
tokio = { version = "0.2.13", features = ["blocking", "macros"] }
tokio = { version = "0.2.20", features = ["blocking", "macros"] }
warp = { version = "0.2.2", default-features = false }
[build-dependencies]