diff --git a/Cargo.lock b/Cargo.lock index c36ebd43ccd..6cfdd363f36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "ahash" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a" +checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01" dependencies = [ "cfg-if", "getrandom", @@ -1066,9 +1066,9 @@ dependencies = [ [[package]] name = "guppy" -version = "0.17.4" +version = "0.17.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "114a100a9aa9f4c468a7b9e96626cdab267bb652660d8408e8f6d56d4c310edd" +checksum = "34e99a7734579b834a076ef11789783c153c6eb5fb3520ed15bc41f483f0f317" dependencies = [ "ahash", "camino", @@ -1768,7 +1768,6 @@ dependencies = [ "miette", "miniz_oxide", "num-traits", - "once_cell", "owo-colors 4.0.0", "proc-macro2", "quote", diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 1bdf42778f3..dcaf87c3e69 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -49,7 +49,6 @@ futures-sink = { version = "0.3.30" } libc = { version = "0.2.153", features = ["extra_traits"] } linux-raw-sys = { version = "0.4.12", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "std"] } miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] } -once_cell = { version = "1.19.0", features = ["unstable"] } rustix = { version = "0.38.28", features = ["fs", "termios"] } tokio = { version = "1.36.0", default-features = false, features = ["net"] } @@ -61,7 +60,6 @@ futures-core = { version = "0.3.30" } futures-sink = { version = "0.3.30" } libc = { version = "0.2.153", features = ["extra_traits"] } miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] } -once_cell = { version = "1.19.0", features = ["unstable"] } rustix = { version = "0.38.28", features = ["fs", "termios"] } tokio = { version = "1.36.0", default-features = false, features = ["net"] } @@ -71,7 +69,6 @@ libc = { version = "0.2.153", features = ["extra_traits"] } [target.x86_64-pc-windows-msvc.dependencies] futures-core = { version = "0.3.30" } futures-sink = { version = "0.3.30" } -once_cell = { version = "1.19.0", features = ["unstable"] } tokio = { version = "1.36.0", default-features = false, features = ["net"] } winapi = { version = "0.3.9", default-features = false, features = ["handleapi", "processenv", "synchapi", "winbase", "wincon", "winerror", "winnt", "ws2ipdef", "ws2tcpip"] } windows-sys-b21d60becc0929df = { package = "windows-sys", version = "0.52.0", features = ["Win32_Foundation", "Win32_Globalization", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Console", "Win32_System_JobObjects", "Win32_System_Pipes", "Win32_UI_Shell"] }