Skip to content

Commit

Permalink
Update tokio version to 1.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-mysten committed Jan 21, 2025
1 parent 6876ba8 commit 76e967d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions msim-tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokio"
version = "1.38.1"
version = "1.43.0"
edition = "2021"
authors = ["Runji Wang <[email protected]>", "Mysten Labs <[email protected]>"]
description = "The `tokio` simulator on msim."
Expand Down Expand Up @@ -61,7 +61,7 @@ msim = { version = "0.1.0", path = "../msim" }
[dependencies]
tracing = "0.1"

real_tokio = { git = "https://github.com/MystenLabs/tokio-msim-fork.git", rev = "d46208cb11118c0e6ab5dfea1a2265add36fbc15", package = "real_tokio", features = ["full"] }
real_tokio = { git = "https://github.com/MystenLabs/tokio-msim-fork.git", rev = "7329bff6ee996d8df6cf810a9c2e59631ad5a2fb", package = "real_tokio", features = ["full"] }
bytes = { version = "1.1" }
futures = { version = "0.3.0", features = ["async-await"] }
mio = { version = "0.8.1" }
Expand Down
6 changes: 3 additions & 3 deletions msim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ ahash = "0.7"
downcast-rs = "1.2"
libc = "0.2"
naive-timer = "0.2"
tokio = { git = "https://github.com/MystenLabs/tokio-msim-fork.git", rev = "d46208cb11118c0e6ab5dfea1a2265add36fbc15", package = "real_tokio", features = ["full"] }
tokio-util = { git = "https://github.com/MystenLabs/tokio-msim-fork.git", rev = "d46208cb11118c0e6ab5dfea1a2265add36fbc15", features = ["full"] }
tokio = { git = "https://github.com/MystenLabs/tokio-msim-fork.git", rev = "7329bff6ee996d8df6cf810a9c2e59631ad5a2fb", package = "real_tokio", features = ["full"] }
tokio-util = { git = "https://github.com/MystenLabs/tokio-msim-fork.git", rev = "7329bff6ee996d8df6cf810a9c2e59631ad5a2fb", features = ["full"] }
toml = "0.5"
socket2 = "0.4"
erasable = "1.2"
Expand All @@ -50,7 +50,7 @@ async-task = { git = "https://github.com/mystenmark/async-task", rev = "4e45b26e
[dev-dependencies]
criterion = "0.3"
structopt = "0.3"
tokio = { git = "https://github.com/MystenLabs/tokio-msim-fork.git", rev = "d46208cb11118c0e6ab5dfea1a2265add36fbc15", package = "real_tokio", features = ["full"] }
tokio = { git = "https://github.com/MystenLabs/tokio-msim-fork.git", rev = "7329bff6ee996d8df6cf810a9c2e59631ad5a2fb", package = "real_tokio", features = ["full"] }

[[bench]]
name = "rpc"
Expand Down

0 comments on commit 76e967d

Please sign in to comment.