1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Bump tokio from 1.23.0 to 1.24.1 (#597)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-01-06 22:18:21 +00:00
committed by GitHub
parent de5e6eecc0
commit 34746a346d
2 changed files with 54 additions and 54 deletions

View File

@ -93,4 +93,4 @@ log = "0.4"
rand = "0.8"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1.13.1", features = ["sync"] }
tokio = { version = "1.24.1", features = ["sync"] }