Skip to content

Commit

Permalink
Merge pull request #71 from kdash-rs/dependabot/cargo/tokio-1.8.0
Browse files Browse the repository at this point in the history
Bump tokio from 1.7.1 to 1.8.0
  • Loading branch information
deepu105 committed Jul 5, 2021
2 parents 5a52e50 + c045120 commit 03cfe0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.8"
clap = "2.33"
tokio = { version = "1.7", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.8", features = ["macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1", features = ["time"] }
rand = "0.8"
duct = "0.13"
Expand Down

0 comments on commit 03cfe0e

Please sign in to comment.