Merge pull request #319 from PrismLauncher/renovate/tokio-1.x

This commit is contained in:
Sefa Eyeoglu 2024-04-30 22:46:01 +02:00 committed by GitHub
commit d10c036531
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.4", 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",