Skip to content

Commit

Permalink
Update Rust crate tokio to 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2023
1 parent 146b9f2 commit 6828c62
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ lazy_static = "1.4.0"
regex = "1.9"
toml = "0.7"

tokio = { version = "1.29", features = ["process"] }
tokio = { version = "1.31", features = ["process"] }
futures = "0.3"
async-trait = "0.1"
async-recursion = "1.0"

[dev-dependencies]
tokio = { version = "1.29", features = ["process", "time"] }
tokio = { version = "1.31", features = ["process", "time"] }

0 comments on commit 6828c62

Please sign in to comment.