From 379a9d8f73800d18acae77959274e6ecbcd85358 Mon Sep 17 00:00:00 2001 From: Anthony Ronning <101225832+AnthonyRonning@users.noreply.github.com> Date: Sun, 12 Jul 2026 04:04:56 +0000 Subject: [PATCH 1/2] Update anyhow to 1.0.103 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3546240..aafa486 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -107,9 +107,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.102" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" +checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3" [[package]] name = "asn1-rs" diff --git a/Cargo.toml b/Cargo.toml index b37aff5..eb86cb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ dotenvy = "0.15" dashmap = "6.1" tracing = "0.1" tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } -anyhow = "1.0" +anyhow = "1.0.103" # HTTP types and headers http = "1.0" From 08ff3c8bb9fb40ecf5b24089bc479c0c9135d0b3 Mon Sep 17 00:00:00 2001 From: Anthony Ronning <101225832+AnthonyRonning@users.noreply.github.com> Date: Sun, 12 Jul 2026 04:05:19 +0000 Subject: [PATCH 2/2] chore: bump version to 0.1.12 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aafa486..2c3d31a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1461,7 +1461,7 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" [[package]] name = "maple-proxy" -version = "0.1.11" +version = "0.1.12" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index eb86cb0..1daf1e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "maple-proxy" -version = "0.1.11" +version = "0.1.12" edition = "2021" authors = ["OpenSecret"] description = "Lightweight OpenAI-compatible proxy server for Maple/OpenSecret TEE infrastructure"