fix(deps): update rust crate tokio to 1.32.0

This commit is contained in:
renovate[bot]
2023-08-17 00:36:57 +00:00
parent 0a17c1fcad
commit fe8fef85c6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ ravif = { version = "0.11.2", optional = true }
rgb = { version = "0.8.36", optional = true }
regex = "1.9.3"
reqwest = { version = "0.11.18", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false }
tokio = { version = "1.31.0", features = ["full"] }
tokio = { version = "1.32.0", features = ["full"] }
[features]
default = ["webp"]