From aac81e34b0a850822321252c735b7f866f1cbb68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 23:58:03 +0000 Subject: [PATCH] chore(deps): Bump once_cell from 1.19.0 to 1.20.2 Bumps [once_cell](https://github.com/matklad/once_cell) from 1.19.0 to 1.20.2. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.19.0...v1.20.2) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- lib/codecs/Cargo.toml | 2 +- lib/vector-buffers/Cargo.toml | 2 +- lib/vector-core/Cargo.toml | 2 +- vdev/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c7abc3546fddb..cd9876ae4eefb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6260,9 +6260,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.19.0" +version = "1.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "onig" diff --git a/Cargo.toml b/Cargo.toml index b8abab34e0389..b09fd635aba88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -326,7 +326,7 @@ async-nats = { version = "0.33.0", default-features = false, optional = true } nkeys = { version = "0.4.4", default-features = false, optional = true } nom = { version = "7.1.3", default-features = false, optional = true } notify = { version = "6.1.1", default-features = false, features = ["macos_fsevent"] } -once_cell = { version = "1.19", default-features = false } +once_cell = { version = "1.20", default-features = false } openssl = { version = "0.10.66", default-features = false, features = ["vendored"] } openssl-probe = { version = "0.1.5", default-features = false } ordered-float = { version = "4.3.0", default-features = false } diff --git a/lib/codecs/Cargo.toml b/lib/codecs/Cargo.toml index c1e5a5c3fc63d..7a3a7967f4e84 100644 --- a/lib/codecs/Cargo.toml +++ b/lib/codecs/Cargo.toml @@ -19,7 +19,7 @@ dyn-clone = { version = "1", default-features = false } influxdb-line-protocol = { version = "2", default-features = false } lookup = { package = "vector-lookup", path = "../vector-lookup", default-features = false, features = ["test"] } memchr = { version = "2", default-features = false } -once_cell = { version = "1.19", default-features = false } +once_cell = { version = "1.20", default-features = false } ordered-float = { version = "4.3.0", default-features = false } prost.workspace = true prost-reflect.workspace = true diff --git a/lib/vector-buffers/Cargo.toml b/lib/vector-buffers/Cargo.toml index babd9f3b5e3c5..ae671f8009a6f 100644 --- a/lib/vector-buffers/Cargo.toml +++ b/lib/vector-buffers/Cargo.toml @@ -40,7 +40,7 @@ crossbeam-queue = "0.3.11" hdrhistogram = "7.5.4" metrics-tracing-context.workspace = true metrics-util = { workspace = true, features = ["debugging"] } -once_cell = "1.19" +once_cell = "1.20" proptest = "1.5" quickcheck = "1.0" rand = "0.8.5" diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index 6e60fcc75cd66..66b7abde380fb 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -32,7 +32,7 @@ metrics-tracing-context.workspace = true metrics-util.workspace = true mlua = { version = "0.9.9", default-features = false, features = ["lua54", "send", "vendored"], optional = true } no-proxy = { version = "0.3.5", default-features = false, features = ["serialize"] } -once_cell = { version = "1.19", default-features = false } +once_cell = { version = "1.20", default-features = false } ordered-float = { version = "4.3.0", default-features = false } openssl = { version = "0.10.66", default-features = false, features = ["vendored"] } parking_lot = { version = "0.12.3", default-features = false } diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index fde02065f5ab8..97dd4e9e99af1 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -23,7 +23,7 @@ indexmap.workspace = true indicatif = { version = "0.17.8", features = ["improved_unicode"] } itertools = "0.13.0" log = "0.4.22" -once_cell = "1.19" +once_cell = "1.20" os_info = { version = "3.8.2", default-features = false } # watch https://github.com/epage/anstyle for official interop with Clap owo-colors = { version = "4.1.0", features = ["supports-colors"] }