From ab8b24ce27e210368c0d8a5067e2cfa0e558d1ec Mon Sep 17 00:00:00 2001 From: Mark Logan Date: Tue, 27 Feb 2024 12:09:11 -0800 Subject: [PATCH] tokio 1.36.0 --- msim-tokio/Cargo.toml | 4 ++-- msim/Cargo.toml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/msim-tokio/Cargo.toml b/msim-tokio/Cargo.toml index a085054..d70cff7 100644 --- a/msim-tokio/Cargo.toml +++ b/msim-tokio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio" -version = "1.28.1" +version = "1.36.0" edition = "2021" authors = ["Runji Wang ", "Mysten Labs "] description = "The `tokio` simulator on msim." @@ -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 = "e4693500118d5e79ce098ee6dfc2c48f3ef19e45", package = "real_tokio", features = ["full"] } +real_tokio = { git = "https://github.com/mystenmark/tokio-madsim-fork.git", rev = "e47aafebf98e9c1734a8848a1876d5946c44bdd1", package = "real_tokio", features = ["full"] } bytes = { version = "1.1" } futures = { version = "0.3.0", features = ["async-await"] } mio = { version = "0.8.1" } diff --git a/msim/Cargo.toml b/msim/Cargo.toml index ab650e2..7f10c2b 100644 --- a/msim/Cargo.toml +++ b/msim/Cargo.toml @@ -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 = "e4693500118d5e79ce098ee6dfc2c48f3ef19e45", package = "real_tokio", features = ["full"] } -tokio-util = { git = "https://github.com/mystenmark/tokio-madsim-fork.git", rev = "e4693500118d5e79ce098ee6dfc2c48f3ef19e45", features = ["full"] } +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"] } toml = "0.5" socket2 = "0.4" erasable = "1.2" @@ -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 = "e4693500118d5e79ce098ee6dfc2c48f3ef19e45", package = "real_tokio", features = ["full"] } +tokio = { git = "https://github.com/mystenmark/tokio-madsim-fork.git", rev = "e47aafebf98e9c1734a8848a1876d5946c44bdd1", package = "real_tokio", features = ["full"] } [[bench]] name = "rpc"