Skip to content

Commit

Permalink
Update Rust crate tokio to 1.27 (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 29, 2023
1 parent 401c2c5 commit 1aec7ad
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 28 deletions.
62 changes: 36 additions & 26 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.7"
toml = "0.7"

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

[dev-dependencies]
tokio = { version = "1.26", features = ["process", "time"] }
tokio = { version = "1.27", features = ["process", "time"] }

0 comments on commit 1aec7ad

Please sign in to comment.