Skip to content

Commit 74af2a2

Browse files
Update criterion requirement from =0.3.3 to =0.5.1
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] <support@github.com>
1 parent a4b2fc1 commit 74af2a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

metrics-tracing-context/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tracing-core = { version = "0.1.21", default-features = false }
3838
tracing-subscriber = { version = "0.3.1", default-features = false, features = ["std"] }
3939

4040
[dev-dependencies]
41-
criterion = { version = "=0.3.3", default-features = false }
41+
criterion = { version = "=0.5.1", default-features = false }
4242
parking_lot = { version = "0.12.1", default-features = false }
4343
tracing = { version = "0.1.29", default-features = false, features = ["std"] }
4444
tracing-subscriber = { version = "0.3.1", default-features = false, features = ["registry"] }

metrics-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ hashbrown = { version = "0.13", default-features = false, optional = true, featu
6262

6363
[dev-dependencies]
6464
approx = "0.5"
65-
criterion = { version = "=0.3.3", default-features = false }
65+
criterion = { version = "=0.5.1", default-features = false }
6666
rand = { version = "0.8", features = ["small_rng"] }
6767
rand_distr = "0.4"
6868
getopts = "0.2"

metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ portable-atomic = { version = "1", default-features = false, features = ["fallba
3232

3333
[dev-dependencies]
3434
log = "0.4"
35-
criterion = { version = "=0.3.3", default-features = false }
35+
criterion = { version = "=0.5.1", default-features = false }
3636
rand = "0.8"
3737
trybuild = "1"

0 commit comments

Comments
 (0)