Skip to content

Commit 323200d

Browse files
chore(deps): bump criterion from 0.4.0 to 0.5.0
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.4.0 to 0.5.0. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.4.0...0.5.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9235fc2 commit 323200d

File tree

7 files changed

+13
-46
lines changed

7 files changed

+13
-46
lines changed

Cargo.lock

+7-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ azure_identity = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev
344344
azure_storage_blobs = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, features = ["azurite_workaround"] }
345345
azure_storage = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, features = ["azurite_workaround"] }
346346
base64 = "0.21.1"
347-
criterion = { version = "0.4.0", features = ["html_reports", "async_tokio"] }
347+
criterion = { version = "0.5.0", features = ["html_reports", "async_tokio"] }
348348
itertools = { version = "0.10.5", default-features = false }
349349
libc = "0.2.144"
350350
similar-asserts = "1.4.2"

lib/dnsmsg-parser/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ thiserror = "1.0"
1212
trust-dns-proto = { version = "0.22", features = ["dnssec"] }
1313

1414
[dev-dependencies]
15-
criterion = "0.4"
15+
criterion = "0.5"
1616

1717
[lib]
1818
bench = false

lib/file-source/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ default-features = false
7474
features = ["full"]
7575

7676
[dev-dependencies]
77-
criterion = "0.4"
77+
criterion = "0.5"
7878
quickcheck = "1"
7979
tempfile = "3.5.0"
8080
similar-asserts = "1.4.2"

lib/tracing-limit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tracing-subscriber = { version = "0.3", default-features = false, features = ["r
1212
dashmap = { version = "5.2.0", default-features = false }
1313

1414
[dev-dependencies]
15-
criterion = "0.4"
15+
criterion = "0.5"
1616
tracing = "0.1.34"
1717
mock_instant = { version = "0.3" }
1818
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["env-filter", "fmt"] }

lib/vector-buffers/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ vector-common = { path = "../vector-common", default-features = false, features
3333

3434
[dev-dependencies]
3535
clap = "4.1.14"
36-
criterion = { version = "0.4", features = ["html_reports", "async_tokio"] }
36+
criterion = { version = "0.5", features = ["html_reports", "async_tokio"] }
3737
crossbeam-queue = "0.3.8"
3838
hdrhistogram = "7.5.2"
3939
metrics-tracing-context = { version = "0.14.0", default-features = false }

lib/vector-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ prost-build = "0.11"
7979
[dev-dependencies]
8080
base64 = "0.21.1"
8181
chrono-tz = { version = "0.8.2", default-features = false }
82-
criterion = { version = "0.4.0", features = ["html_reports"] }
82+
criterion = { version = "0.5.0", features = ["html_reports"] }
8383
env-test-util = "1.0.1"
8484
quickcheck = "1"
8585
quickcheck_macros = "1"

0 commit comments

Comments
 (0)