Skip to content

Commit

Permalink
Upgrade tokio crate from 1.12 to 1.40 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Oct 7, 2024
1 parent f130703 commit 3edd020
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 @@ -104,7 +104,7 @@ tracing-subscriber = { version = "0.3.16", optional = true }
derive_more = "0.99.17"
rand = "0.8"
tempfile = "3.2"
tokio = { version = "1.12", features = ["macros", "rt-multi-thread", "sync", "time"] }
tokio = { version = "1.40", features = ["macros", "rt-multi-thread", "sync", "time"] }

[[test]]
name = "json"
Expand Down

0 comments on commit 3edd020

Please sign in to comment.