From 386c0aed02169eb7036ba42de8257ed636ba9e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:36:29 +0000 Subject: [PATCH] chore(deps): Bump quanta from 0.12.0 to 0.12.1 (#19005) Bumps [quanta](https://github.com/metrics-rs/quanta) from 0.12.0 to 0.12.1. - [Changelog](https://github.com/metrics-rs/quanta/blob/main/CHANGELOG.md) - [Commits](https://github.com/metrics-rs/quanta/compare/v0.12.0...v0.12.1) --- updated-dependencies: - dependency-name: quanta dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- lib/vector-core/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd8c4b1f7897e9..45dafd01161b5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6921,9 +6921,9 @@ dependencies = [ [[package]] name = "quanta" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4966e46e3f559f8681bf8203b5e0e2421ebf6de5dd8b59f2ec8fa91acc028a19" +checksum = "577c55a090a94ed7da0e6580cc38a553558e2d736398b5d8ebf81bc9880f8acd" dependencies = [ "crossbeam-utils", "libc", @@ -10224,7 +10224,7 @@ dependencies = [ "prost 0.12.1", "prost-build 0.12.1", "prost-types 0.12.1", - "quanta 0.12.0", + "quanta 0.12.1", "quickcheck", "quickcheck_macros", "rand 0.8.5", diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index d42279dcf5a3d5..d870bf075ed312 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -37,7 +37,7 @@ pin-project.workspace = true proptest = { version = "1.3", optional = true } prost-types = { version = "0.12", default-features = false } prost = { version = "0.12", default-features = false, features = ["std"] } -quanta = { version = "0.12.0", default-features = false } +quanta = { version = "0.12.1", default-features = false } regex = { version = "1.10.2", default-features = false, features = ["std", "perf"] } ryu = { version = "1", default-features = false } serde = { version = "1.0.190", default-features = false, features = ["derive", "rc"] }