Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Nguyen <hey@mike.ee>
Signed-off-by: Zachary K Edgell <zacharyedgell@gmail.com>
  • Loading branch information
zedgell and mikeee authored Mar 25, 2024
1 parent 034da1d commit 02dd850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/crypto/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
let decrypted = client
.decrypt(
encrypted,
DecryptRequestOptions {
dapr::client::DecryptRequestOptions {
component_name: "localstorage".to_string(),
key_name: "rsa-private-key.pem".to_string(),
},
Expand Down

0 comments on commit 02dd850

Please sign in to comment.