fix: encode filenames in redirects (#737)

* fix: encode filenames in redirects

Signed-off-by: ispik <ispik@ispik.dev>

* refactor: don't add another dependency when the one needed exists

Signed-off-by: ispik <ispik@ispik.dev>

---------

Signed-off-by: ispik <ispik@ispik.dev>
This commit is contained in:
İspik
2026-05-09 00:38:57 +03:00
committed by GitHub
parent df276ac40b
commit 9fd7128f80
3 changed files with 6 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -7002,6 +7002,7 @@ dependencies = [
"tracing",
"tracing-subscriber",
"ulid 1.2.1",
"url-escape",
"utoipa",
"utoipa-scalar",
"webp",