From 817d599b70085cd5e111d8a74d9340e5d7806eb9 Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Sat, 21 Feb 2026 13:37:48 -0600 Subject: [PATCH] Bump proxy to 0.1.7 --- frontend/src-tauri/Cargo.lock | 8 ++++---- frontend/src-tauri/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src-tauri/Cargo.lock b/frontend/src-tauri/Cargo.lock index 7ed6c746..12b9e4f4 100644 --- a/frontend/src-tauri/Cargo.lock +++ b/frontend/src-tauri/Cargo.lock @@ -2756,9 +2756,9 @@ dependencies = [ [[package]] name = "maple-proxy" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1daaae1f5857dfb29e76d93e1431d8a665d6c908d034b0ea724c808d8f0a14b" +checksum = "16d8742f3781717253b81504ed859f299cee38fcf23b8083d26c95b9afa709b4" dependencies = [ "anyhow", "async-stream", @@ -3417,9 +3417,9 @@ dependencies = [ [[package]] name = "opensecret" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edc8e627441c9960de937e2444fd42fc6389fab51e68927bbb2d4e4840020c53" +checksum = "3660a0cf8ac26d42287873fec60ac5086cf1fb138bf0357417f4db723d593e80" dependencies = [ "anyhow", "async-trait", diff --git a/frontend/src-tauri/Cargo.toml b/frontend/src-tauri/Cargo.toml index eb8ed8d0..c0aa4a88 100644 --- a/frontend/src-tauri/Cargo.toml +++ b/frontend/src-tauri/Cargo.toml @@ -32,7 +32,7 @@ tauri-plugin-os = "2.3.2" tauri-plugin-sign-in-with-apple = "1.0.2" tokio = { version = "1.0", features = ["net", "sync", "rt-multi-thread", "macros", "time"] } once_cell = "1.18.0" -maple-proxy = "0.1.6" +maple-proxy = "0.1.7" tauri-plugin-fs = "2.4.4" anyhow = "1.0" axum = "0.8"