diff --git a/Cargo.lock b/Cargo.lock index 826658a6ae..919598a11b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11717,9 +11717,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.2" +version = "1.39.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" +checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index e50721427f..844e388d92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -207,7 +207,7 @@ smallvec = "1.6.1" thiserror = "1.0.63" tiny-keccak = { version = "2", features = ["keccak", "sha3"] } tiny-bip39 = "1.0.0" -tokio = { version = "1.39.2", features = ["full"] } +tokio = { version = "1.39.3", features = ["full"] } tonic = { version = "0.8", features = ["gzip"] } tracing = "0.1.37" tracing-appender = "0.2.2" diff --git a/moveos/moveos-eventbus/Cargo.toml b/moveos/moveos-eventbus/Cargo.toml index 5abf9276c9..800f31d01a 100644 --- a/moveos/moveos-eventbus/Cargo.toml +++ b/moveos/moveos-eventbus/Cargo.toml @@ -16,5 +16,5 @@ log = { workspace = true } once_cell = { workspace = true } crossbeam-channel = { workspace = true } coerce = { workspace = true } -tokio = "1.39.2" +tokio = "1.39.3" thiserror = "1.0.63" \ No newline at end of file