Skip to content

Commit 1966813

Browse files
authored
Bump tokio to 1.44.2 (#56)
1 parent b57b468 commit 1966813

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/key-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sui_types.workspace = true
2323
mysten-service = { git = "https://github.com/mystenlabs/sui", rev = "1f5fef23d09fb697fff9e83907c5871c08fb6c87", package = "mysten-service" }
2424
sui_sdk = { git = "https://github.com/mystenlabs/sui", rev = "1f5fef23d09fb697fff9e83907c5871c08fb6c87", package = "sui-sdk"}
2525
shared_crypto = { git = "https://github.com/MystenLabs/sui", rev = "1f5fef23d09fb697fff9e83907c5871c08fb6c87", package = "shared-crypto" }
26-
tokio = { version = "1.43.0", features = ["full"] }
26+
tokio = { version = "1.44.2", features = ["full"] }
2727
axum = { version = "0.7", features = ["macros"] }
2828
tower = "0.4.13"
2929
reqwest = { version = "0.11", features = ["json"] }

0 commit comments

Comments
 (0)