Skip to content

Commit

Permalink
Update Tokio to 1.24.1 (MystenLabs#7263)
Browse files Browse the repository at this point in the history
  • Loading branch information
mystenmark authored Jan 9, 2023
1 parent b6e26e5 commit 577ef07
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ opt-level = 1
# Dependencies that should be kept in sync through the whole workspace
[workspace.dependencies]

tokio = "1.22.0"
tokio = "1.24.1"

# Move dependencies
move-binary-format = { git = "https://github.com/move-language/move", rev = "a8e95cbae69564d8928c9873b8acfabc50e642cf" }
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ syn = "1.0.104"
workspace-hack = { version = "0.1", path = "../workspace-hack" }

[target.'cfg(msim)'.dependencies]
msim-macros = { git = "https://github.com/MystenLabs/mysten-sim.git", rev = "3b0ddf83aed1590ccf11f0174a5cab53b7a3f099", package = "msim-macros" }
msim-macros = { git = "https://github.com/MystenLabs/mysten-sim.git", rev = "f591ab0b1e56435fe7b354f02131fe104bd825e7", package = "msim-macros" }
2 changes: 1 addition & 1 deletion crates/sui-simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ telemetry-subscribers.workspace = true
tower = "0.4.13"

[target.'cfg(msim)'.dependencies]
msim = { git = "https://github.com/MystenLabs/mysten-sim.git", rev = "3b0ddf83aed1590ccf11f0174a5cab53b7a3f099", package = "msim" }
msim = { git = "https://github.com/MystenLabs/mysten-sim.git", rev = "f591ab0b1e56435fe7b354f02131fe104bd825e7", package = "msim" }
4 changes: 2 additions & 2 deletions scripts/simtest/cargo-simtest
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ if [ -n "$LOCAL_MSIM_PATH" ]; then
else
cargo_patch_args=(
--config 'patch.crates-io.tokio.git = "https://github.com/MystenLabs/mysten-sim.git"'
--config 'patch.crates-io.tokio.rev = "3b0ddf83aed1590ccf11f0174a5cab53b7a3f099"'
--config 'patch.crates-io.tokio.rev = "f591ab0b1e56435fe7b354f02131fe104bd825e7"'
--config 'patch.crates-io.futures-timer.git = "https://github.com/MystenLabs/mysten-sim.git"'
--config 'patch.crates-io.futures-timer.rev = "3b0ddf83aed1590ccf11f0174a5cab53b7a3f099"'
--config 'patch.crates-io.futures-timer.rev = "f591ab0b1e56435fe7b354f02131fe104bd825e7"'
)
fi

Expand Down

0 comments on commit 577ef07

Please sign in to comment.