updated modernc.org/sqlite to v1.41.0

This commit is contained in:
Gani Georgiev
2025-12-19 17:11:21 +02:00
parent d08da7594a
commit f0a9cbf31b
4 changed files with 6 additions and 6 deletions

View File

@@ -5,10 +5,10 @@
- Store the correct `image/png` as attrs content type when generating a thumb fallback _(e.g. for `webp`)_.
- Trimmed the uploaded file name and extension from leftover `.` characters after normalization.
- Trimmed custom uploaded file name and extension from leftover `.` characters after `filesystem.File` normalization.
_This was done to prevent issues with external files sync programs that may have special handling for "invisible" files._
- Updated Go deps.
- Updated `modernc.org/sqlite` _(v1.41.0 includes prepared statements optimization)_ and other minor Go deps.
## v0.34.2