diff --git a/Cargo.lock b/Cargo.lock index 103632d..4297f71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1445,7 +1445,7 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" [[package]] name = "maple-proxy" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "async-stream", @@ -1637,9 +1637,9 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "opensecret" -version = "3.6.1" +version = "3.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86d9a35e5dd1ee761d3449d9e2db722eb1ebbab0eef02d3bb8601fd6b23d6bd9" +checksum = "3323b7adba9f171cc9277b7d51fb881e4a3f37c860eb533bcb0ae434bf4294e1" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index fea32e6..b63fb94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "maple-proxy" -version = "0.3.1" +version = "0.3.2" edition = "2021" authors = ["OpenSecret"] description = "Lightweight OpenAI-compatible proxy server for Maple/OpenSecret TEE infrastructure" @@ -29,7 +29,7 @@ path = "src/main.rs" [dependencies] # OpenSecret SDK -opensecret = "3.6.1" +opensecret = "3.6.2" # Web server axum = { version = "0.8.4", features = ["http2", "macros"] } diff --git a/README.md b/README.md index c16fca4..1327115 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Add to your `Cargo.toml`: [dependencies] maple-proxy = { git = "https://github.com/opensecretcloud/maple-proxy" } # Or if published to crates.io: -# maple-proxy = "0.3.1" +# maple-proxy = "0.3.2" ``` ## ⚙️ Configuration