Skip to content

Commit

Permalink
Upgrade incompatible dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Jan 8, 2025
1 parent 04f507b commit aab0a28
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 @@ -20,8 +20,8 @@ tempfile = { version = "3.15.0", optional = true }
zstd = { version = "0.13.2", optional = true }

[dev-dependencies]
criterion = { version = "0.3", features = ["html_reports"] }
quickcheck = "0.9"
criterion = { version = "0.5", features = ["html_reports"] }
quickcheck = "1.0"
rand = "0.8.5"
grenad-0-4 = { version = "0.4.7", package = "grenad" }

Expand Down

0 comments on commit aab0a28

Please sign in to comment.