diff --git a/cli/Cargo.toml b/cli/Cargo.toml index eed780a..37e4349 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -31,7 +31,7 @@ tokio = { version = "1.50.0", features = ["rt", "rt-multi-thread", "fs", "macros futures = "0.3.32" # Network -sha2 = "0.10.9" +sha2 = "0.11.0" prost = "0.14.3" tower = "0.5.3" hyper = "1.8.1"