fix(deps): update rust crate tokio to 1.37.0

This commit is contained in:
renovate[bot] 2024-04-30 20:43:41 +00:00 committed by GitHub
parent 1c03d76127
commit 69e216d813
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ reqwest = { version = "0.12.2", default-features = false, features = [
] }
serde = "1.0.199"
serde_json = "1.0.116"
tokio = { version = "1.35.1", features = [
tokio = { version = "1.37.0", features = [
"macros",
"rt-multi-thread",
"signal",