Skip to content

Commit

Permalink
⬆️ Upgrade tokio to 1.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czy-29 committed Jan 9, 2025
1 parent c526d6e commit a7da297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ indexmap = "2.7.0"
ron = "0.8.1"
serde = { version = "1.0.217", features = ["derive"] }
thiserror = "2.0.10"
tokio = { version = "1.42.0", features = ["rt"] }
tokio = { version = "1.43.0", features = ["rt"] }
tokio-util = { version = "0.7.13", features = ["rt"] }

[dev-dependencies]
Expand Down

0 comments on commit a7da297

Please sign in to comment.