Skip to content

Commit

Permalink
chore: update rstest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd committed Oct 28, 2024
1 parent 12517e9 commit a03b534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ arrow2 = ["dep:arrow2"]

[dev-dependencies]
half = { version = "2.4", default-features = false, features=["num-traits", "rand_distr"] }
rstest = { version = "0.22", default-features = false }
rstest = { version = "0.23", default-features = false }
rstest_reuse = { version = "0.7", default-features = false }
rand = { version = "0.8.5", default-features = false }
codspeed-criterion-compat = "2.7.2"
Expand Down

0 comments on commit a03b534

Please sign in to comment.