Skip to content

Commit

Permalink
Update Rust crate tokio to 1.23 (#46)
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 Dec 6, 2022
1 parent 5f4af8a commit 373d43d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.5"

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

[dev-dependencies]
tokio = { version = "1.22", features = ["process", "time"] }
tokio = { version = "1.23", features = ["process", "time"] }

0 comments on commit 373d43d

Please sign in to comment.