fix(deps): update rust crate tokio to 1.21.2
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2022-10-26 07:29:59 +00:00
parent fe33018847
commit f2db13375e
2 changed files with 3 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
async-graphql = "4.0.6"
axum = "0.5.13"
tokio = {version="1.20.1", features=["full"]}
tokio = {version="1.21.2", features=["full"]}
uuid = {version="1.1.2", features=["v4", "fast-rng"]}
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "postgres", "migrate"] }
anyhow = "1.0.60"