Skip to content

Commit

Permalink
Update Rust crate tokio to 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 2, 2023
1 parent a38a14d commit 4ada8a9
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.7"

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

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

0 comments on commit 4ada8a9

Please sign in to comment.