diff --git a/applications/minotari_app_grpc/Cargo.toml b/applications/minotari_app_grpc/Cargo.toml index 5e3e3333bb..eebd612c87 100644 --- a/applications/minotari_app_grpc/Cargo.toml +++ b/applications/minotari_app_grpc/Cargo.toml @@ -24,7 +24,7 @@ prost = "0.11.9" prost-types = "0.11.9" rand = "0.8" rcgen = "0.11.3" -subtle = { version = "2.5.0", features = ["core_hint_black_box"] } +subtle = "2.5.0" thiserror = "1" tokio = { version = "1.36", features = ["fs"] } tonic = { version = "0.8.3", features = ["tls"]}