fix file created_at not working on some targets

This commit is contained in:
2025-07-17 21:54:40 +02:00
parent d8963e1f2d
commit 1cfedd1608
3 changed files with 18 additions and 10 deletions

5
backend/Cargo.lock generated
View File

@@ -1662,9 +1662,9 @@ checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
[[package]]
name = "rustix"
version = "1.0.7"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
dependencies = [
"bitflags",
"errno",
@@ -2524,6 +2524,7 @@ dependencies = [
"hex",
"mime_guess",
"regex",
"rustix",
"serde",
"serde_json",
"sqlx",