From 0df9eaabdc300b1e18990700e5aa1385612fea6b Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Thu, 7 Dec 2023 11:23:43 +0000 Subject: [PATCH] Update Rust crate once_cell to 1.19.0 --- Cargo.lock | 4 ++-- cargo-nextest/Cargo.toml | 2 +- integration-tests/Cargo.toml | 2 +- nextest-runner/Cargo.toml | 2 +- workspace-hack/Cargo.toml | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 910b79bb597..d70587977c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1897,9 +1897,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openssl" diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index 6bc73452417..e86813d3434 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -29,7 +29,7 @@ miette = { version = "5.10.0", features = ["fancy"] } nextest-filtering = { version = "=0.6.0", path = "../nextest-filtering" } nextest-runner = { version = "=0.51.0", path = "../nextest-runner" } nextest-metadata = { version = "=0.9.3", path = "../nextest-metadata" } -once_cell = "1.18.0" +once_cell = "1.19.0" owo-colors = { version = "3.5.0", features = ["supports-colors"] } pathdiff = { version = "0.2.1", features = ["camino"] } semver = "1.0.20" diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 95bd7388c37..c45dfd9ffce 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -23,7 +23,7 @@ camino-tempfile = "1.1.1" cfg-if = "1.0.0" pathdiff = { version = "0.2.1", features = ["camino"] } nextest-metadata = { version = "=0.9.3", path = "../nextest-metadata" } -once_cell = "1.18.0" +once_cell = "1.19.0" regex = "1.10.2" serde_json = "1.0.108" insta = { version = "1.34.0", default-features = false } diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 198ab550f12..9e7adf3a646 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -42,7 +42,7 @@ itertools = "0.12.0" log = "0.4.20" rand = "0.8.5" miette = "5.10.0" -once_cell = "1.18.0" +once_cell = "1.19.0" owo-colors = "3.5.0" pin-project-lite = "0.2.13" regex = "1.10.2" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 6749c89f636..939e5b1af82 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -51,7 +51,7 @@ futures-util = { version = "0.3.29", features = ["channel", "io", "sink"] } indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["serde-1", "std"] } libc = { version = "0.2.150", features = ["extra_traits"] } miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] } -once_cell = { version = "1.18.0", features = ["unstable"] } +once_cell = { version = "1.19.0", features = ["unstable"] } rustix = { version = "0.38.25", features = ["fs", "termios"] } tokio = { version = "1.34.0", default-features = false, features = ["net"] } @@ -65,7 +65,7 @@ futures-util = { version = "0.3.29", features = ["channel", "io", "sink"] } indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["serde-1", "std"] } libc = { version = "0.2.150", features = ["extra_traits"] } miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] } -once_cell = { version = "1.18.0", features = ["unstable"] } +once_cell = { version = "1.19.0", features = ["unstable"] } rustix = { version = "0.38.25", features = ["fs", "termios"] } tokio = { version = "1.34.0", default-features = false, features = ["net"] } @@ -77,7 +77,7 @@ futures-core = { version = "0.3.29" } futures-sink = { version = "0.3.29" } futures-util = { version = "0.3.29", features = ["channel", "io", "sink"] } indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["serde-1", "std"] } -once_cell = { version = "1.18.0", features = ["unstable"] } +once_cell = { version = "1.19.0", features = ["unstable"] } tokio = { version = "1.34.0", default-features = false, features = ["net"] } winapi = { version = "0.3.9", default-features = false, features = ["basetsd", "consoleapi", "handleapi", "jobapi2", "minwinbase", "minwindef", "ntsecapi", "processenv", "processthreadsapi", "psapi", "std", "synchapi", "winbase", "wincon", "winerror", "winnt", "ws2ipdef", "ws2tcpip", "wtypesbase"] } windows-sys = { version = "0.48.0", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Diagnostics_Debug", "Win32_System_Environment", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Pipes", "Win32_System_Registry", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_Time", "Win32_System_WindowsProgramming", "Win32_UI_Shell"] }