From 2a9480ab1e7a3b6aac9f4fc2cde298c1f806f6b4 Mon Sep 17 00:00:00 2001 From: Untone Date: Sun, 5 Oct 2025 12:00:27 +0300 Subject: [PATCH] v0.6.11: nginx 413 fix + CORS localhost --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e2c59f..245a145 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2890,7 +2890,7 @@ dependencies = [ [[package]] name = "quoter" -version = "0.6.10" +version = "0.6.11" dependencies = [ "actix", "actix-cors", diff --git a/Cargo.toml b/Cargo.toml index e7f9bdd..3b2f573 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quoter" -version = "0.6.10" +version = "0.6.11" edition = "2024" [dependencies]