diff --git a/Cargo.lock b/Cargo.lock index be2b03b603..3fe0bb61cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2995,9 +2995,9 @@ dependencies = [ [[package]] name = "openraft-rt" -version = "0.10.0-alpha.21" +version = "0.10.0-alpha.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a31c2d12e376df204612bb2016d652ea2d48b8edeaa04263facbe2fc7a11e3ef" +checksum = "02379ddf29c426905a6e91c5df522003ee2a9a9811b3b8be01e90ab1106ecef6" dependencies = [ "futures-channel", "futures-util", diff --git a/rocketmq-controller/Cargo.toml b/rocketmq-controller/Cargo.toml index 8ac79ec41c..451eb1221c 100644 --- a/rocketmq-controller/Cargo.toml +++ b/rocketmq-controller/Cargo.toml @@ -50,7 +50,7 @@ openraft = { version = "=0.10.0-alpha.21", default-features = false, features = # aligned with the core ABI. Pin macros separately: alpha.34 preserves the # runtime-related expansions used by alpha.21. openraft-macros = "=0.10.0-alpha.34" -openraft-rt = "=0.10.0-alpha.21" +openraft-rt = "=0.10.0-alpha.34" openraft-rt-tokio = "=0.10.0-alpha.21" # gRPC networking