Skip to content

Commit

Permalink
chore(deps): update rust crate rstest to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 30, 2024
1 parent 09be915 commit 9351cae
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 @@ -28,7 +28,7 @@ thiserror = "1.0"

[dev-dependencies]
criterion = "0.5.1"
rstest = { version = "0.19.0", default-features = false }
rstest = { version = "0.20.0", default-features = false }
rust_decimal = { version = "1.35", default-features = false }
miette = { version = "5.10", features = ["fancy"] }
chumsky = "0.9.3"
Expand Down

0 comments on commit 9351cae

Please sign in to comment.