diff --git a/Cargo.toml b/Cargo.toml index 18efdb8..92b9b21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -twox-hash = "1.6.3" +twox-hash = "2.1.0" binary-heap-plus = "0.5.0" compare = "0.1.0" console = "0.15.7"