Skip to content

Commit

Permalink
update madsim
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 committed Apr 19, 2024
1 parent 50600bf commit 9cb8888
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 18 deletions.
62 changes: 48 additions & 14 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions src/object_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ crc32fast = "1"
either = "1"
fail = "0.5"
futures = { version = "0.3", default-features = false, features = ["alloc"] }
hyper = { version = "0.14", features = ["tcp", "client"] } # required by aws sdk
hyper = { version = "0.14", features = ["tcp", "client"] } # required by aws sdk
hyper-rustls = { version = "0.24.2", features = ["webpki-roots"] }
hyper-tls = "0.5.0"
itertools = { workspace = true }
madsim = "0.2.22"
madsim = "0.2.27"
opendal = "0.45.1"
prometheus = { version = "0.13", features = ["process"] }
reqwest = "0.11" # required by opendal
reqwest = "0.11" # required by opendal
risingwave_common = { workspace = true }
rustls = "0.23.4"
spin = "0.9"
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 @@ -24,7 +24,7 @@ futures = { version = "0.3", default-features = false, features = ["alloc"] }
glob = "0.3"
itertools = { workspace = true }
lru = { workspace = true }
madsim = "0.2.22"
madsim = "0.2.27"
paste = "1"
pin-project = "1.1"
pretty_assertions = "1"
Expand Down

0 comments on commit 9cb8888

Please sign in to comment.