fix(deps): update rust crate tokio to 1.21

This commit is contained in:
renovate[bot] 2022-09-14 20:46:39 +00:00 committed by GitHub
parent 2ade3291fe
commit 4f4038d180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ tracing-subscriber = "0.3"
backtrace = "0.3"
# Tokio runtime
tokio = { version = "1.20", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.21", features = ["rt-multi-thread", "macros"] }
# Database
futures-util = "0.3"