Skip to content

Commit

Permalink
Merge pull request #367 from kdash-rs/dependabot/cargo/tokio-1.32.0
Browse files Browse the repository at this point in the history
Bump tokio from 1.29.1 to 1.32.0
  • Loading branch information
deepu105 authored Aug 24, 2023
2 parents bbf6dc0 + 0494627 commit 48a9eed
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
23 changes: 16 additions & 7 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 @@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
clap = { version = "4.3.22", features = ["help", "usage", "error-context", "derive"] }
tokio = { version = "1.29", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.32", features = ["macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.14", features = ["time"] }
duct = "0.13"
anyhow = "1.0"
Expand Down

0 comments on commit 48a9eed

Please sign in to comment.