From c0a928ce837d3d101e27ef3f856ea5fabf26bf85 Mon Sep 17 00:00:00 2001 From: Aaron Feickert <66188213+AaronFeickert@users.noreply.github.com> Date: Tue, 5 Mar 2024 12:25:01 -0600 Subject: [PATCH] Remove `subtle` feature --- applications/minotari_app_grpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]}