diff --git a/Cargo.lock b/Cargo.lock index 07f0a845e9e39..1158bb931f106 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5492,9 +5492,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.2" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b" +checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "onig" diff --git a/Cargo.toml b/Cargo.toml index aed442756ae8b..39029b16b7008 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -280,7 +280,7 @@ nats = { version = "0.24.0", default-features = false, optional = true } nkeys = { version = "0.3.0", default-features = false, optional = true } nom = { version = "7.1.3", default-features = false, optional = true } notify = { version = "6.0.0", default-features = false, features = ["macos_fsevent"] } -once_cell = { version = "1.17", default-features = false } +once_cell = { version = "1.18", default-features = false } openssl = { version = "0.10.54", default-features = false, features = ["vendored"] } openssl-probe = { version = "0.1.5", default-features = false } ordered-float = { version = "3.7.0", default-features = false } diff --git a/lib/codecs/Cargo.toml b/lib/codecs/Cargo.toml index 16463c94e33a1..4bc98d62ff0b2 100644 --- a/lib/codecs/Cargo.toml +++ b/lib/codecs/Cargo.toml @@ -14,7 +14,7 @@ derivative = { version = "2", default-features = false } dyn-clone = { version = "1", default-features = false } lookup = { package = "vector-lookup", path = "../vector-lookup", default-features = false } memchr = { version = "2", default-features = false } -once_cell = { version = "1.17", default-features = false } +once_cell = { version = "1.18", default-features = false } ordered-float = { version = "3.7.0", default-features = false } prost = { version = "0.11.8", default-features = false, features = ["std"] } regex = { version = "1.8.3", default-features = false, features = ["std", "perf"] } diff --git a/lib/vector-buffers/Cargo.toml b/lib/vector-buffers/Cargo.toml index 28f767129c9a1..30fd200f326f7 100644 --- a/lib/vector-buffers/Cargo.toml +++ b/lib/vector-buffers/Cargo.toml @@ -38,7 +38,7 @@ crossbeam-queue = "0.3.8" hdrhistogram = "7.5.2" metrics-tracing-context = { version = "0.14.0", default-features = false } metrics-util = { version = "0.15.0", default-features = false, features = ["debugging"] } -once_cell = "1.17" +once_cell = "1.18" proptest = "1.2" quickcheck = "1.0" rand = "0.8.5" diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index 9b627141968e0..456d93ac4b8e4 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -29,7 +29,7 @@ metrics-tracing-context = { version = "0.14.0", default-features = false } metrics-util = { version = "0.15.0", default-features = false, features = ["registry"] } mlua = { version = "0.8.9", default-features = false, features = ["lua54", "send", "vendored"], optional = true } no-proxy = { version = "0.3.2", default-features = false, features = ["serialize"] } -once_cell = { version = "1.17", default-features = false } +once_cell = { version = "1.18", default-features = false } ordered-float = { version = "3.7.0", default-features = false } openssl = { version = "0.10.54", default-features = false, features = ["vendored"] } parking_lot = { version = "0.12.1", default-features = false } diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index f498d000fcf5b..155196426ead5 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -25,7 +25,7 @@ hex = "0.4.3" indicatif = { version = "0.17.4", features = ["improved_unicode"] } itertools = "0.10.5" log = "0.4.18" -once_cell = "1.17" +once_cell = "1.18" os_info = { version = "3.7.0", default-features = false } # watch https://github.com/epage/anstyle for official interop with Clap owo-colors = { version = "3.5.0", features = ["supports-colors"] }