Skip to content

Commit 2097fc3

Browse files
chore(deps): bump criterion from 0.7.0 to 0.8.2 (#24803)
* chore(deps): bump criterion from 0.7.0 to 0.8.2 Bumps [criterion](https://github.com/criterion-rs/criterion.rs) from 0.7.0 to 0.8.2. - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@criterion-plot-v0.7.0...criterion-v0.8.2) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): make criterion a workspace dependency --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas <thomas.schneider@datadoghq.com>
1 parent 18898e0 commit 2097fc3

File tree

6 files changed

+31
-9
lines changed

6 files changed

+31
-9
lines changed

Cargo.lock

Lines changed: 25 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ clap = { version = "4.5.60", default-features = false, features = ["derive", "er
156156
clap_complete = "4.5.66"
157157
colored = { version = "3.1.1", default-features = false }
158158
const-str = { version = "1.1.0", default-features = false }
159+
criterion = "0.8"
159160
crossbeam-utils = { version = "0.8.21", default-features = false }
160161
darling = { version = "0.20.11", default-features = false, features = ["suggestions"] }
161162
dashmap = { version = "6.1.0", default-features = false }
@@ -479,7 +480,7 @@ approx = "0.5.1"
479480
assert_cmd = { version = "2.0.17", default-features = false }
480481
aws-smithy-runtime = { version = "1.8.3", default-features = false, features = ["tls-rustls"] }
481482
base64 = "0.22.1"
482-
criterion = { version = "0.7.0", features = ["html_reports", "async_tokio"] }
483+
criterion = { workspace = true, features = ["html_reports", "async_tokio"] }
483484
itertools.workspace = true
484485
libc.workspace = true
485486
mock_instant.workspace = true

lib/dnsmsg-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hickory-proto.workspace = true
1515
snafu.workspace = true
1616

1717
[dev-dependencies]
18-
criterion = "0.7"
18+
criterion.workspace = true
1919

2020
[lib]
2121
bench = false

lib/tracing-limit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tracing-subscriber = { workspace = true, features = ["registry", "std"] }
1515
dashmap = { version = "6.1.0", default-features = false }
1616

1717
[dev-dependencies]
18-
criterion = "0.7"
18+
criterion.workspace = true
1919
mock_instant.workspace = true
2020
serial_test.workspace = true
2121
tracing = "0.1.44"

lib/vector-buffers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ordered-float.workspace = true
3737

3838
[dev-dependencies]
3939
clap.workspace = true
40-
criterion = { version = "0.7", features = ["html_reports", "async_tokio"] }
40+
criterion = { workspace = true, features = ["html_reports", "async_tokio"] }
4141
crossbeam-queue = "0.3.12"
4242
hdrhistogram = "7.5.4"
4343
metrics-tracing-context.workspace = true

lib/vector-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ prost-build.workspace = true
7878
[dev-dependencies]
7979
base64 = "0.22.1"
8080
chrono-tz.workspace = true
81-
criterion = { version = "0.7.0", features = ["html_reports"] }
81+
criterion = { workspace = true, features = ["html_reports"] }
8282
env-test-util = "1.0.1"
8383
quickcheck.workspace = true
8484
quickcheck_macros = "1"

0 commit comments

Comments
 (0)