Updated dependencies.

This commit is contained in:
2026-02-23 19:51:28 +01:00
parent 7af83b14e3
commit 371f75cee3
6 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ serde_json = "1.0.149"
sqlx = { version = "0.8.6", features = [ "runtime-async-std-native-tls", "postgres", "chrono" ] }
# Etc.
chrono = { version = "0.4.43", features = [ "serde" ] }
chrono = { version = "0.4.44", features = [ "serde" ] }
log = "0.4.29"