From ee16b9aee9b1fe04a6f95e7fd31556de9c9b6058 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 01:24:10 +0000 Subject: [PATCH 1/2] Update Rust crate tempfile to v3.19.0 --- Cargo.lock | 55 ++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 37 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a00a859e..7b93bfdd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -274,7 +274,7 @@ version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3ef1bb8d1b645fe38d51dfc331d720fb5fc2c94b440c76cc79c80ff265ca33e3" dependencies = [ - "rustix", + "rustix 0.38.37", "tempfile", "windows-sys 0.52.0", ] @@ -891,7 +891,7 @@ dependencies = [ "crossterm_winapi", "mio", "parking_lot", - "rustix", + "rustix 0.38.37", "serde", "signal-hook", "signal-hook-mio", @@ -1352,7 +1352,7 @@ dependencies = [ "regex-automata", "regex-syntax", "reqwest", - "rustix", + "rustix 0.38.37", "rustls-pki-types", "schemars", "scopeguard", @@ -1929,12 +1929,12 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "errno" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" +checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1962,9 +1962,9 @@ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" [[package]] name = "fastrand" -version = "2.0.1" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "fd-lock" @@ -1973,7 +1973,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947" dependencies = [ "cfg-if", - "rustix", + "rustix 0.38.37", "windows-sys 0.52.0", ] @@ -3066,6 +3066,12 @@ version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" +[[package]] +name = "linux-raw-sys" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413" + [[package]] name = "lock_api" version = "0.4.11" @@ -5167,10 +5173,23 @@ dependencies = [ "bitflags 2.6.0", "errno", "libc", - "linux-raw-sys", + "linux-raw-sys 0.4.14", "windows-sys 0.52.0", ] +[[package]] +name = "rustix" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7178faa4b75a30e269c71e61c353ce2748cf3d76f0c44c393f4e60abf49b825" +dependencies = [ + "bitflags 2.6.0", + "errno", + "libc", + "linux-raw-sys 0.9.3", + "windows-sys 0.59.0", +] + [[package]] name = "rustls" version = "0.21.9" @@ -6098,15 +6117,15 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.8.1" +version = "3.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5" +checksum = "488960f40a3fd53d72c2a29a58722561dee8afdd175bd88e3db4677d7b2ba600" dependencies = [ - "cfg-if", "fastrand", - "redox_syscall 0.4.1", - "rustix", - "windows-sys 0.48.0", + "getrandom 0.3.1", + "once_cell", + "rustix 1.0.2", + "windows-sys 0.59.0", ] [[package]] @@ -6126,7 +6145,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef" dependencies = [ - "rustix", + "rustix 0.38.37", "windows-sys 0.59.0", ] @@ -7139,7 +7158,7 @@ checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283" dependencies = [ "either", "env_home", - "rustix", + "rustix 0.38.37", "winsafe", ] From a70f3a885a6160c78d68c43ecf4da40ad9a7b327 Mon Sep 17 00:00:00 2001 From: Alan Hanson Date: Tue, 18 Mar 2025 07:56:23 -0700 Subject: [PATCH 2/2] Fix cargo hakari --- workspace-hack/Cargo.toml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 9adcbcd47..7ca96a869 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -39,6 +39,7 @@ memchr = { version = "2" } num-integer = { version = "0.1", default-features = false, features = ["i128", "std"] } num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] } num-traits = { version = "0.2", features = ["i128", "libm"] } +once_cell = { version = "1" } openapiv3 = { version = "2", default-features = false, features = ["skip_serializing_defaults"] } phf_shared = { version = "0.11" } rand = { version = "0.8", features = ["min_const_gen", "small_rng"] } @@ -88,6 +89,7 @@ memchr = { version = "2" } num-integer = { version = "0.1", default-features = false, features = ["i128", "std"] } num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] } num-traits = { version = "0.2", features = ["i128", "libm"] } +once_cell = { version = "1" } openapiv3 = { version = "2", default-features = false, features = ["skip_serializing_defaults"] } phf_shared = { version = "0.11" } rand = { version = "0.8", features = ["min_const_gen", "small_rng"] } @@ -123,7 +125,7 @@ hyper-rustls = { version = "0.27", default-features = false, features = ["http1" hyper-util = { version = "0.1", features = ["full"] } mio = { version = "1", features = ["net", "os-ext"] } nix = { version = "0.29", features = ["feature", "fs", "term", "uio"] } -once_cell = { version = "1", features = ["unstable"] } +once_cell = { version = "1", default-features = false, features = ["unstable"] } rustix = { version = "0.38", features = ["fs", "stdio", "termios"] } rustls-pki-types = { version = "1", features = ["std"] } spin = { version = "0.9", default-features = false, features = ["once", "spin_mutex"] } @@ -137,7 +139,7 @@ hyper = { version = "1", features = ["full"] } hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] } hyper-util = { version = "0.1", features = ["full"] } mio = { version = "1", features = ["net", "os-ext"] } -once_cell = { version = "1", features = ["unstable"] } +once_cell = { version = "1", default-features = false, features = ["unstable"] } rustix = { version = "0.38", features = ["fs", "stdio", "termios"] } rustls-pki-types = { version = "1", features = ["std"] } spin = { version = "0.9", default-features = false, features = ["once", "spin_mutex"] } @@ -151,7 +153,7 @@ hyper-rustls = { version = "0.27", default-features = false, features = ["http1" hyper-util = { version = "0.1", features = ["full"] } mio = { version = "1", features = ["net", "os-ext"] } nix = { version = "0.29", features = ["feature", "fs", "term", "uio"] } -once_cell = { version = "1", features = ["unstable"] } +once_cell = { version = "1", default-features = false, features = ["unstable"] } rustix = { version = "0.38", features = ["fs", "stdio", "termios"] } rustls-pki-types = { version = "1", features = ["std"] } tokio-util = { version = "0.7", features = ["codec", "io"] } @@ -163,7 +165,7 @@ hyper = { version = "1", features = ["full"] } hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] } hyper-util = { version = "0.1", features = ["full"] } mio = { version = "1", features = ["net", "os-ext"] } -once_cell = { version = "1", features = ["unstable"] } +once_cell = { version = "1", default-features = false, features = ["unstable"] } rustix = { version = "0.38", features = ["fs", "stdio", "termios"] } rustls-pki-types = { version = "1", features = ["std"] } tokio-util = { version = "0.7", features = ["codec", "io"] } @@ -177,7 +179,7 @@ hyper-rustls = { version = "0.27", default-features = false, features = ["http1" hyper-util = { version = "0.1", features = ["full"] } mio = { version = "1", features = ["net", "os-ext"] } nix = { version = "0.29", features = ["feature", "fs", "term", "uio"] } -once_cell = { version = "1", features = ["unstable"] } +once_cell = { version = "1", default-features = false, features = ["unstable"] } rustix = { version = "0.38", features = ["fs", "stdio", "termios"] } rustls-pki-types = { version = "1", features = ["std"] } spin = { version = "0.9", default-features = false, features = ["once", "spin_mutex"] } @@ -192,7 +194,7 @@ hyper = { version = "1", features = ["full"] } hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] } hyper-util = { version = "0.1", features = ["full"] } mio = { version = "1", features = ["net", "os-ext"] } -once_cell = { version = "1", features = ["unstable"] } +once_cell = { version = "1", default-features = false, features = ["unstable"] } rustix = { version = "0.38", features = ["fs", "stdio", "termios"] } rustls-pki-types = { version = "1", features = ["std"] } spin = { version = "0.9", default-features = false, features = ["once", "spin_mutex"] }