Skip to content

Commit

Permalink
Merge pull request #35 from codehearts/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
Update Rust crate tokio to 1.23
  • Loading branch information
codehearts authored Feb 3, 2023
2 parents 7661af9 + 09c1686 commit 10c6e78
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 3 deletions.
62 changes: 60 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 @@ -17,7 +17,7 @@ serde_json = "1.0"
structopt = "0.3"
thiserror = "1.0"
time = { version="0.3", default-features=false, features=["local-offset", "macros", "serde", "serde-human-readable", "std"] }
tokio = { version="1.21", default-features=false, features=["macros", "rt-multi-thread", "time"] }
tokio = { version="1.23", default-features=false, features=["macros", "rt-multi-thread", "time"] }
tokio-stream = { version="0.1", default-features=false }
tokio-util = { version="0.6", default-features=false, features=["time"] }

Expand Down

0 comments on commit 10c6e78

Please sign in to comment.