Skip to content

Commit

Permalink
Tokio 1.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mystenmark committed Oct 2, 2024
1 parent b320996 commit cd65db2
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.36.0"
version = "1.38.1"
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/mystenmark/tokio-madsim-fork.git", rev = "e47aafebf98e9c1734a8848a1876d5946c44bdd1", package = "real_tokio", features = ["full"] }
real_tokio = { git = "https://github.com/mystenmark/tokio-madsim-fork.git", rev = "d46208cb11118c0e6ab5dfea1a2265add36fbc15", 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/mystenmark/tokio-madsim-fork.git", rev = "e47aafebf98e9c1734a8848a1876d5946c44bdd1", package = "real_tokio", features = ["full"] }
tokio-util = { git = "https://github.com/mystenmark/tokio-madsim-fork.git", rev = "e47aafebf98e9c1734a8848a1876d5946c44bdd1", features = ["full"] }
tokio = { git = "https://github.com/mystenmark/tokio-madsim-fork.git", rev = "d46208cb11118c0e6ab5dfea1a2265add36fbc15", package = "real_tokio", features = ["full"] }
tokio-util = { git = "https://github.com/mystenmark/tokio-madsim-fork.git", rev = "d46208cb11118c0e6ab5dfea1a2265add36fbc15", 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/mystenmark/tokio-madsim-fork.git", rev = "e47aafebf98e9c1734a8848a1876d5946c44bdd1", package = "real_tokio", features = ["full"] }
tokio = { git = "https://github.com/mystenmark/tokio-madsim-fork.git", rev = "d46208cb11118c0e6ab5dfea1a2265add36fbc15", package = "real_tokio", features = ["full"] }

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

0 comments on commit cd65db2

Please sign in to comment.