diff --git a/Cargo.lock b/Cargo.lock index 5824ba2eb..092a4ef87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1512,9 +1512,9 @@ dependencies = [ [[package]] name = "madsim" -version = "0.2.24" +version = "0.2.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c33a58965ecd687f1f0528c36dc9eece2b1cc4febfa420e6d0643030efaed368" +checksum = "8df9a325cf92b57b12aab15bb52e123cb5651484d1da00dc9b70558a2c9fecc2" dependencies = [ "ahash", "async-channel", diff --git a/crates/curp/Cargo.toml b/crates/curp/Cargo.toml index 070a70f9f..97d39ebd8 100644 --- a/crates/curp/Cargo.toml +++ b/crates/curp/Cargo.toml @@ -27,7 +27,7 @@ fs2 = "0.4.3" futures = "0.3.21" indexmap = "1.9.2" itertools = "0.11" -madsim = { version = "0.2.22", features = ["rpc", "macros"] } +madsim = { version = "0.2.26", features = ["rpc", "macros"] } opentelemetry = { version = "0.21.0", features = ["metrics"] } parking_lot = "0.12.1" priority-queue = "1.3.2" diff --git a/crates/simulation/Cargo.toml b/crates/simulation/Cargo.toml index adf76dce8..fe4b04b65 100644 --- a/crates/simulation/Cargo.toml +++ b/crates/simulation/Cargo.toml @@ -18,7 +18,7 @@ curp-test-utils = { path = "../curp-test-utils" } engine = { path = "../engine" } futures = "0.3.29" itertools = "0.11" -madsim = "0.2.22" +madsim = "0.2.26" parking_lot = "0.12.1" prost = "0.12.3" tempfile = "3"