Bump tokio from 1.44.1 to 1.44.2 (#69)

This commit is contained in:
dependabot[bot] 2025-04-08 07:12:25 +02:00 committed by GitHub
parent bcd879dd55
commit f3b934cd9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@ workspace = true
anyhow = "1.0.57"
async-trait = "0.1.56"
futures-util = "0.3.21"
tokio = { version = "1.19.2", features = ["time"] }
tokio = { version = "1.44.2", features = ["time"] }
youmubot-db = { path = "../youmubot-db" }
youmubot-db-sql = { path = "../youmubot-db-sql" }
reqwest = { version = "0.11.10", features = ["json"] }