From bf1faa0c22fb0b9d1415bce018958435c115117b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 17 Jun 2026 08:45:39 +0000 Subject: [PATCH] fix(deps): update rust crate ambassador to 0.5.0 --- backend/tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/tauri/Cargo.toml b/backend/tauri/Cargo.toml index 359b7caf..cc19aea7 100644 --- a/backend/tauri/Cargo.toml +++ b/backend/tauri/Cargo.toml @@ -66,7 +66,7 @@ percent-encoding = "2.3.1" # todo: use another crate. serde_yaml = { version = "0.9" } -ambassador = "0.4.1" # for trait delegation +ambassador = "0.5.0" # for trait delegation # Common Utilities tokio = { workspace = true }