From 15928650296cd305d994704c523e117321839200 Mon Sep 17 00:00:00 2001 From: TennyZhuang Date: Tue, 14 Nov 2023 22:07:24 +0800 Subject: [PATCH 1/2] chore(deps): bump getrandom to v2.11 and its madsim patch Signed-off-by: TennyZhuang --- Cargo.lock | 14 ++++---------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ddc20b82e213..4ddae7dc53ff5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3582,9 +3582,8 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" +version = "0.2.11" +source = "git+https://github.com/madsim-rs/getrandom.git?rev=e79a7ae#e79a7aecbcf8a43a802d30742667b77d75c613bd" dependencies = [ "cfg-if", "js-sys", @@ -4473,9 +4472,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.148" +version = "0.2.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" +checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" [[package]] name = "libflate" @@ -11677,8 +11676,3 @@ dependencies = [ "libc", "pkg-config", ] - -[[patch.unused]] -name = "getrandom" -version = "0.2.9" -source = "git+https://github.com/madsim-rs/getrandom.git?rev=8daf97e#8daf97e4142635fe28543b2db9022f5e2544bb5c" diff --git a/Cargo.toml b/Cargo.toml index 7820fa06cba81..dd6fcf7269853 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -241,7 +241,7 @@ debug = 1 [patch.crates-io] # Patch third-party crates for deterministic simulation. quanta = { git = "https://github.com/madsim-rs/quanta.git", rev = "948bdc3" } -getrandom = { git = "https://github.com/madsim-rs/getrandom.git", rev = "8daf97e" } +getrandom = { git = "https://github.com/madsim-rs/getrandom.git", rev = "e79a7ae" } tokio-stream = { git = "https://github.com/madsim-rs/tokio.git", rev = "fe39bb8e" } tokio-retry = { git = "https://github.com/madsim-rs/rust-tokio-retry.git", rev = "95e2fd3" } tokio-postgres = { git = "https://github.com/madsim-rs/rust-postgres.git", rev = "ac00d88" } From b5562896d91c2b576eb3fc9f05114f3cb9eacac7 Mon Sep 17 00:00:00 2001 From: xxchan Date: Tue, 14 Nov 2023 23:35:27 +0800 Subject: [PATCH 2/2] rerun ci