Update Rust crate tokio to 1.37.0
Some checks failed
renovate/artifacts Artifact file update failure

PR created by Renovate Bot.
This commit is contained in:
Renovate 2024-03-28 16:55:07 +00:00
parent bd042781a8
commit c426da4848

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"