Skip to content

Commit f8c7840

Browse files
chore(deps): Bump criterion from 0.5.0 to 0.5.1
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.5.0 to 0.5.1. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.5.0...0.5.1) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4ce3278 commit f8c7840

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.2"
347-
criterion = { version = "0.5.0", features = ["html_reports", "async_tokio"] }
347+
criterion = { version = "0.5.1", 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/vector-core/Cargo.toml

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

0 commit comments

Comments
 (0)