From daf5c3b36997af41feedd973bc451aa00247e27c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 02:56:58 +0000 Subject: [PATCH] chore(deps): bump madsim from 0.2.24 to 0.2.26 Bumps [madsim](https://github.com/madsim-rs/madsim) from 0.2.24 to 0.2.26. - [Changelog](https://github.com/madsim-rs/madsim/blob/main/CHANGELOG.md) - [Commits](https://github.com/madsim-rs/madsim/commits) --- updated-dependencies: - dependency-name: madsim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/curp/Cargo.toml | 2 +- crates/simulation/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fdbaa580a..068e1f77c 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"