Skip to content

Commit

Permalink
Update Rust crate tokio to 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2023
1 parent cf7f66c commit 77fb385
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

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.23", features = ["process"] }
tokio = { version = "1.25", features = ["process"] }
futures = "0.3"
async-trait = "0.1"
async-recursion = "1.0"

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

0 comments on commit 77fb385

Please sign in to comment.