diff --git a/core/consensus/Cargo.toml b/core/consensus/Cargo.toml index 00548be8f..b4e37de7e 100644 --- a/core/consensus/Cargo.toml +++ b/core/consensus/Cargo.toml @@ -17,7 +17,7 @@ futures = { version = "0.3", features = ["async-await"] } futures-timer = "3.0" hex = "0.4" log = "0.4" -overlord = { git = "https://github.com/nervosnetwork/overlord", rev = "f9a5dbe6" } +overlord = { git = "https://github.com/nervosnetwork/overlord", rev = "08f8194c" } parking_lot = "0.11" prost = "0.6" rlp = "0.4"