Skip to content

Commit

Permalink
dep: upgrade tokio from 1.0 to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Jun 16, 2021
1 parent 11cb545 commit 919d91c
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.7"
serde = { version="1", features=["derive"] }
thiserror = "1.0.20"
tokio = { version="1.0", default-features=false, features=["fs", "io-util", "macros", "rt", "rt-multi-thread", "sync", "time"] }
tokio = { version="1.7", default-features=false, features=["fs", "io-util", "macros", "rt", "rt-multi-thread", "sync", "time"] }
tracing = "0.1"
tracing-futures = "0.2.4"

Expand Down

0 comments on commit 919d91c

Please sign in to comment.