Skip to content

Commit 9b76a71

Browse files
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>
1 parent da85874 commit 9b76a71

File tree

5 files changed

+29
-8
lines changed

5 files changed

+29
-8
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.

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 = "0.8"
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 = "0.8"
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 = { version = "0.8", 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 = { version = "0.8.2", features = ["html_reports"] }
8282
env-test-util = "1.0.1"
8383
quickcheck = "1"
8484
quickcheck_macros = "1"

0 commit comments

Comments
 (0)