Skip to content

Commit

Permalink
Update codspeed-criterion-compat requirement from =2.7.1 to =2.7.2
Browse files Browse the repository at this point in the history
Updates the requirements on [codspeed-criterion-compat](https://github.com/CodSpeedHQ/codspeed-rust) to permit the latest version.
- [Release notes](https://github.com/CodSpeedHQ/codspeed-rust/releases)
- [Commits](CodSpeedHQ/codspeed-rust@v2.7.1...v2.7.2)

---
updated-dependencies:
- dependency-name: codspeed-criterion-compat
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 51fd3d8 commit f7f41ff
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 @@ -29,7 +29,7 @@ serde = { version = "1.0.210", features = ["derive"], optional = true }
serde_json = { version = "1.0.128", optional = true }

[dev-dependencies]
codspeed-criterion-compat = "=2.7.1"
codspeed-criterion-compat = "=2.7.2"
criterion = "=0.5.1"
proptest = "=1.5.0"
rstest = "=0.22.0"
Expand Down

0 comments on commit f7f41ff

Please sign in to comment.