fix(deps): update rust crate tokio to 1.41.0

This commit is contained in:
renovate[bot] 2024-10-22 13:29:25 +00:00
parent 9c9e748b2b
commit 55485e685e

View File

@ -17,4 +17,4 @@ rocket = {git = "https://github.com/SergioBenitez/Rocket"}
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}
serde = {version = "1.0.211", features = ["derive"]}
serde_json = "1.0.116"
tokio = {version = "1.37.0", features = ["full"]}
tokio = {version = "1.41.0", features = ["full"]}