diff --git a/common/merkle/Cargo.toml b/common/merkle/Cargo.toml index 872a04aee..0ad2cd338 100644 --- a/common/merkle/Cargo.toml +++ b/common/merkle/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/nervosnetwork/muta" [dependencies] protocol = { path = "../../protocol", package = "muta-protocol" } -rayon = "1.4" +rayon = "1.3" static_merkle_tree = "1.1.0" [dev-dependencies] diff --git a/framework/Cargo.toml b/framework/Cargo.toml index c50515f6b..7242ae978 100644 --- a/framework/Cargo.toml +++ b/framework/Cargo.toml @@ -27,7 +27,7 @@ json = "0.12" hex = "0.4" serde_json = "1.0" log = "0.4" -rayon = "1.4" +rayon = "1.3" lru-cache = "0.1" lru = "0.6" parking_lot = "0.11"