aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-05 14:17:46 +0000
committerFuwn <[email protected]>2025-06-05 14:17:46 +0000
commitd64ff3c866349fd5f4240e2fd4de7b5d0572c771 (patch)
tree282de7a0e2fdb47209ec9d4eed11dd782e650c46 /Cargo.toml
parentchore: Bump MSRV (diff)
downloadseptember-d64ff3c866349fd5f4240e2fd4de7b5d0572c771.tar.xz
september-d64ff3c866349fd5f4240e2fd4de7b5d0572c771.zip
fix(response): Always proxy images as raw bytes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 12d81fd..7713a9f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ opt-level = 3
[dependencies]
# Gemini
-germ = { version = "0.4.6", features = ["ast", "meta"] }
+germ = { version = "0.4.7", features = ["ast", "meta"] }
# HTTP
actix-web = "4.11.0"