Skip to content

Commit

Permalink
chore(deps): bump madsim from 0.2.24 to 0.2.26
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Mar 22, 2024
1 parent 330e5ef commit c3cb9e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/curp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/simulation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c3cb9e7

Please sign in to comment.