From 02dd85084bce1d31f503dc03b343a6509e3ba8ba Mon Sep 17 00:00:00 2001 From: Zachary K Edgell Date: Mon, 25 Mar 2024 13:59:42 -0400 Subject: [PATCH] Update main.rs Co-authored-by: Mike Nguyen Signed-off-by: Zachary K Edgell --- examples/crypto/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/crypto/main.rs b/examples/crypto/main.rs index 9b2d5fd1..8dab74cc 100644 --- a/examples/crypto/main.rs +++ b/examples/crypto/main.rs @@ -63,7 +63,7 @@ async fn main() -> Result<(), Box> { let decrypted = client .decrypt( encrypted, - DecryptRequestOptions { + dapr::client::DecryptRequestOptions { component_name: "localstorage".to_string(), key_name: "rsa-private-key.pem".to_string(), },