Skip to content

Commit d402f88

Browse files
committed
Update tokio version
1 parent 4886f90 commit d402f88

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

msim-tokio/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio"
3-
version = "1.38.1"
3+
version = "1.43.0"
44
edition = "2021"
55
authors = ["Runji Wang <[email protected]>", "Mysten Labs <[email protected]>"]
66
description = "The `tokio` simulator on msim."
@@ -61,7 +61,7 @@ msim = { version = "0.1.0", path = "../msim" }
6161
[dependencies]
6262
tracing = "0.1"
6363

64-
real_tokio = { git = "https://github.com/MystenLabs/tokio-msim-fork.git", rev = "d46208cb11118c0e6ab5dfea1a2265add36fbc15", package = "real_tokio", features = ["full"] }
64+
real_tokio = { git = "https://github.com/MystenLabs/tokio-msim-fork.git", rev = "5f3296df77ad594779d1fe1a1583078ca9832daf", package = "real_tokio", features = ["full"] }
6565
bytes = { version = "1.1" }
6666
futures = { version = "0.3.0", features = ["async-await"] }
6767
mio = { version = "0.8.1" }

msim/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ ahash = "0.7"
3838
downcast-rs = "1.2"
3939
libc = "0.2"
4040
naive-timer = "0.2"
41-
tokio = { git = "https://github.com/MystenLabs/tokio-msim-fork.git", rev = "d46208cb11118c0e6ab5dfea1a2265add36fbc15", package = "real_tokio", features = ["full"] }
42-
tokio-util = { git = "https://github.com/MystenLabs/tokio-msim-fork.git", rev = "d46208cb11118c0e6ab5dfea1a2265add36fbc15", features = ["full"] }
41+
tokio = { git = "https://github.com/MystenLabs/tokio-msim-fork.git", rev = "5f3296df77ad594779d1fe1a1583078ca9832daf", package = "real_tokio", features = ["full"] }
42+
tokio-util = { git = "https://github.com/MystenLabs/tokio-msim-fork.git", rev = "5f3296df77ad594779d1fe1a1583078ca9832daf", features = ["full"] }
4343
toml = "0.5"
4444
socket2 = "0.4"
4545
erasable = "1.2"
@@ -50,7 +50,7 @@ async-task = { git = "https://github.com/mystenmark/async-task", rev = "4e45b26e
5050
[dev-dependencies]
5151
criterion = "0.3"
5252
structopt = "0.3"
53-
tokio = { git = "https://github.com/MystenLabs/tokio-msim-fork.git", rev = "d46208cb11118c0e6ab5dfea1a2265add36fbc15", package = "real_tokio", features = ["full"] }
53+
tokio = { git = "https://github.com/MystenLabs/tokio-msim-fork.git", rev = "5f3296df77ad594779d1fe1a1583078ca9832daf", package = "real_tokio", features = ["full"] }
5454

5555
[[bench]]
5656
name = "rpc"

0 commit comments

Comments
 (0)