Skip to content

Commit

Permalink
Update criterion requirement from =0.3.3 to =0.5.1
Browse files Browse the repository at this point in the history
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version.
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.3.3...0.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 29, 2023
1 parent c15c0ed commit b5ec529
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion metrics-tracing-context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tracing-core = { version = "0.1.21", default-features = false }
tracing-subscriber = { version = "0.3.1", default-features = false, features = ["std"] }

[dev-dependencies]
criterion = { version = "=0.3.3", default-features = false }
criterion = { version = "=0.5.1", default-features = false }
parking_lot = { version = "0.12.1", default-features = false }
tracing = { version = "0.1.29", default-features = false, features = ["std"] }
tracing-subscriber = { version = "0.3.1", default-features = false, features = ["registry"] }
2 changes: 1 addition & 1 deletion metrics-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ hashbrown = { version = "0.13", default-features = false, optional = true, featu

[dev-dependencies]
approx = "0.5"
criterion = { version = "=0.3.3", default-features = false }
criterion = { version = "=0.5.1", default-features = false }
rand = { version = "0.8", features = ["small_rng"] }
rand_distr = "0.4"
getopts = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ portable-atomic = { version = "1", default-features = false, features = ["fallba

[dev-dependencies]
log = "0.4"
criterion = { version = "=0.3.3", default-features = false }
criterion = { version = "=0.5.1", default-features = false }
rand = "0.8"
trybuild = "1"

0 comments on commit b5ec529

Please sign in to comment.