diff --git a/Cargo.lock b/Cargo.lock index 3546240..2c3d31a 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" @@ -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 b37aff5..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" @@ -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"