Skip to content

Commit

Permalink
chore(deps): unpatch madsim (#19013)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel authored Oct 18, 2024
1 parent aed4e6e commit 5b93390
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
8 changes: 5 additions & 3 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ tokio-postgres = { git = "https://github.com/madsim-rs/rust-postgres.git", rev =
# If we can merge in: https://github.com/madsim-rs/sqlx/pull/2,
# we can change it to patch madsim version instead.
sqlx = { git = "https://github.com/kwannoel/sqlx.git", rev = "ddf222f56cf99f865231a5383053645c6ea05ba3" }
madsim = { git = "https://github.com/madsim-rs/madsim.git", rev = "f0ffd24864245aea236833f1ff3638f75bd51700" }
futures-timer = { git = "https://github.com/madsim-rs/futures-timer.git", rev = "05b33b4" }
# patch to remove preserve_order from serde_json
bson = { git = "https://github.com/risingwavelabs/bson-rust", rev = "e5175ec" }
Expand Down
2 changes: 1 addition & 1 deletion src/object_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ hyper = { version = "0.14", features = ["tcp", "client"] } #
hyper-rustls = { version = "0.24.2", features = ["webpki-roots"] }
hyper-tls = "0.5.0"
itertools = { workspace = true }
madsim = "0.2.30"
madsim = "0.2.31"
opendal = { workspace = true, features = [
"executors-tokio",
"services-azblob",
Expand Down
2 changes: 1 addition & 1 deletion src/tests/simulation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ futures = { version = "0.3", default-features = false, features = ["alloc"] }
glob = "0.3"
itertools = { workspace = true }
lru = { workspace = true }
madsim = "0.2.30"
madsim = "0.2.31"
maplit = "1"
paste = "1"
pin-project = "1.1"
Expand Down

0 comments on commit 5b93390

Please sign in to comment.