Skip to content

Commit

Permalink
Update Rust crate tokio to 1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 9, 2024
1 parent 89d615f commit cf632e1
Showing 1 changed file with 2 additions and 2 deletions.
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.10"
toml = "0.8"

tokio = { version = "1.36", features = ["process"] }
tokio = { version = "1.37", features = ["process"] }
futures = "0.3"
async-trait = "0.1"
async-recursion = "1.1"

[dev-dependencies]
tokio = { version = "1.36", features = ["process", "time"] }
tokio = { version = "1.37", features = ["process", "time"] }

0 comments on commit cf632e1

Please sign in to comment.