Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
pretty_assertions: 1.3 -> 1.4

criterion 0.5 requires Rust 1.70 (because of clap 0.4),
but our MSRV currently is 1.56.
Because it is used only for sporadic checks of performance,
it is not worth to raise MSRV just for it, so later
  • Loading branch information
Mingun authored and dralley committed Sep 18, 2023
1 parent beaddea commit f4af33e
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 @@ -24,7 +24,7 @@ arbitrary = { version = "1", features = ["derive"], optional = true }

[dev-dependencies]
criterion = "0.4"
pretty_assertions = "1.3"
pretty_assertions = "1.4"
regex = "1"
# #[serde(other)] allowed not only inside field_identifier since 1.0.79
# serde does not follow semver in numbering and their dependencies, so we specifying patch here
Expand Down

0 comments on commit f4af33e

Please sign in to comment.