Update Rust crate tokio to 1.37.0 (#78)
All checks were successful
Build and push container image / build (push) Successful in 11m19s

Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
Renovate 2024-03-28 12:55:30 -04:00 committed by Renovate
parent bd042781a8
commit 053176c87f

View File

@ -13,7 +13,7 @@ serde = "1.0.197"
serde_json = "1.0.115"
sysinfo = "0.30.7"
tokenservice-client = { version = "0.2.0", registry = "gitea" }
tokio = { version = "1.36.0", features = ["macros", "signal", "rt-multi-thread"] }
tokio = { version = "1.37.0", features = ["macros", "signal", "rt-multi-thread"] }
tokio-postgres = "0.7.10"
uptime_lib = "0.3.0"