From 50f22a54bb241acdd2fd5e08e39cdb481f480728 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Sun, 22 Dec 2024 19:52:20 -0800 Subject: [PATCH] Update Rust crate once_cell to 1.20.2 (#365) --- Cargo.lock | 4 ++-- guppy/Cargo.toml | 2 +- internal-tools/cargo-compare/Cargo.toml | 2 +- internal-tools/fixture-manager/Cargo.toml | 2 +- tools/determinator/Cargo.toml | 2 +- workspace-hack/Cargo.toml | 8 ++++---- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01be4a62aa1..57adbfd1947 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3027,9 +3027,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 = "oorandom" diff --git a/guppy/Cargo.toml b/guppy/Cargo.toml index 1e27d26b125..f501ed92550 100644 --- a/guppy/Cargo.toml +++ b/guppy/Cargo.toml @@ -39,7 +39,7 @@ fixedbitset = { version = "0.4.2", default-features = false } nested = "0.1.1" indexmap = "2.7.0" itertools = "0.13.0" -once_cell = "1.19.0" +once_cell = "1.20.2" pathdiff = { version = "0.2.3", features = ["camino"] } petgraph = { version = "0.6.5", default-features = false } proptest = { version = "1.5.0", optional = true } diff --git a/internal-tools/cargo-compare/Cargo.toml b/internal-tools/cargo-compare/Cargo.toml index a5ed47b66a3..35b4d2dd256 100644 --- a/internal-tools/cargo-compare/Cargo.toml +++ b/internal-tools/cargo-compare/Cargo.toml @@ -17,6 +17,6 @@ itertools = "0.13.0" guppy = { path = "../../guppy" } guppy-cmdlib = { path = "../../guppy-cmdlib", features = ["proptest1"] } tempfile = "3.10.1" -once_cell = "1.19.0" +once_cell = "1.20.2" pathdiff = "0.2.3" proptest = "1.5.0" diff --git a/internal-tools/fixture-manager/Cargo.toml b/internal-tools/fixture-manager/Cargo.toml index ecf3e8e964b..99903c97fc6 100644 --- a/internal-tools/fixture-manager/Cargo.toml +++ b/internal-tools/fixture-manager/Cargo.toml @@ -15,7 +15,7 @@ guppy = { path = "../../guppy", features = ["proptest1", "summaries"] } guppy-cmdlib = { path = "../../guppy-cmdlib", features = ["proptest1"] } fixtures = { path = "../../fixtures" } hakari = { path = "../../tools/hakari", features = ["cli-support", "proptest1"] } -once_cell = "1.19.0" +once_cell = "1.20.2" proptest = "1.5.0" proptest-ext = { path = "../proptest-ext" } structopt = "0.3.26" diff --git a/tools/determinator/Cargo.toml b/tools/determinator/Cargo.toml index b410e445422..d67f64615e3 100644 --- a/tools/determinator/Cargo.toml +++ b/tools/determinator/Cargo.toml @@ -32,7 +32,7 @@ guppy = { version = "0.17.10", path = "../../guppy", features = [ "rayon1", "summaries", ] } -once_cell = "1.19.0" +once_cell = "1.20.2" petgraph = { version = "0.6.5", default-features = false, features = [ "graphmap", ] } diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 3bbf28b22fc..ce9cf2a68d9 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -45,21 +45,21 @@ syn = { version = "2.0.90", features = ["extra-traits", "full", "visit"] } [target.x86_64-unknown-linux-gnu.dependencies] libc = { version = "0.2.155" } -once_cell = { version = "1.19.0" } +once_cell = { version = "1.20.2" } rustix = { version = "0.38.31", features = ["fs", "termios"] } [target.x86_64-apple-darwin.dependencies] libc = { version = "0.2.155", features = ["extra_traits"] } -once_cell = { version = "1.19.0" } +once_cell = { version = "1.20.2" } rustix = { version = "0.38.31", features = ["fs", "termios"] } [target.aarch64-apple-darwin.dependencies] libc = { version = "0.2.155", features = ["extra_traits"] } -once_cell = { version = "1.19.0" } +once_cell = { version = "1.20.2" } rustix = { version = "0.38.31", features = ["fs", "termios"] } [target.x86_64-pc-windows-msvc.dependencies] -once_cell = { version = "1.19.0" } +once_cell = { version = "1.20.2" } winapi = { version = "0.3.9", default-features = false, features = ["consoleapi", "errhandlingapi", "fileapi", "minwinbase", "minwindef", "processenv", "std", "synchapi", "sysinfoapi", "winbase", "wincon", "winerror", "winnt"] } windows-sys = { version = "0.52.0", features = ["Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Pipes", "Win32_System_Threading", "Win32_UI_Input_KeyboardAndMouse"] }