Skip to content

Commit

Permalink
Update Rust crate tokio to 1.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kjuulh committed May 10, 2023
1 parent 2eb5b7c commit 91334e0
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
Expand Up @@ -17,7 +17,7 @@ members = [
[workspace.dependencies]
eyre = { version = "0.6.8" }
async-trait = "0.1.68"
tokio = { version = "1.28.0", features = ["full", "test-util"] }
tokio = { version = "1.28.1", features = ["full", "test-util"] }
tracing = { version = "0.1.37", features = ["log"] }

[dependencies]
Expand Down

0 comments on commit 91334e0

Please sign in to comment.