Update Rust crate tokio to 1.26.0

This commit is contained in:
renovate[bot]
2023-03-02 00:21:08 +00:00
parent 8bbda01e9c
commit ac04cd4e65
2 changed files with 45 additions and 21 deletions
+1 -1
View File
@@ -12,5 +12,5 @@ lazy_static = "1.4.0"
qstring = "0.7.2"
regex = "1.7.1"
reqwest = {version = "0.11.14", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
tokio = {version = "1.25.0", features = ["full"]}
tokio = {version = "1.26.0", features = ["full"]}
webp = "0.2.2"