diff --git a/Cargo.toml b/Cargo.toml index 0815415..9f344a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -sha3 = "0.9.1" +sha3 = "0.10.8" lazy_static = "1.4.0" serde = "1.0.152" serde_derive = "1.0.152"