Skip to content

Commit

Permalink
dep: upgrade tokio from 1.7 to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Jul 8, 2021
1 parent 53e6968 commit b351c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async-raft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ log = "0.4"
rand = "0.8"
serde = { version="1", features=["derive"] }
thiserror = "1.0.20"
tokio = { version="1.7", default-features=false, features=["fs", "io-util", "macros", "rt", "rt-multi-thread", "sync", "time"] }
tokio = { version="1.8", default-features=false, features=["fs", "io-util", "macros", "rt", "rt-multi-thread", "sync", "time"] }
tracing = "0.1.26"
tracing-futures = "0.2.4"

Expand Down

0 comments on commit b351c87

Please sign in to comment.