Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bikeshedder committed Mar 12, 2024
1 parent 56f04fe commit 6590d4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ console = "0.15.7"

[dev-dependencies]
async-std = { version = "1.0", features = ["attributes"] }
config = { version = "0.13", features = ["json"] }
criterion = { version = "0.3.4", features = ["html_reports", "async_tokio"] }
itertools = "0.10.3"
config = { version = "0.14", features = ["json"] }
criterion = { version = "0.5", features = ["html_reports", "async_tokio"] }
itertools = "0.12"
tokio = { version = "1.5.0", features = [
"macros",
"rt",
Expand Down

0 comments on commit 6590d4f

Please sign in to comment.