Skip to content

Commit

Permalink
chore: Bump tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Dec 26, 2024
1 parent c8e8fc7 commit b1624dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ serde_json = "1.0.83"
uuid = { version = "1.1.2", features = ["v4"] }
datta = "0.1"
tower-http = { version = "0.6.2", features = ["cors"] }
tokio = { version = "1.20.1", features = ["net"] }
tokio = { version = "1.42.0", features = ["net"] }

[dev-dependencies]
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }

0 comments on commit b1624dc

Please sign in to comment.