updated rocket crates

This commit is contained in:
aglkm
2025-11-03 14:47:14 +03:00
parent e2b96cc51f
commit f630634fb7
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ futures = "0.3.30"
humantime = "2.1.0"
lazy_static = "1.4.0"
num-format = "0.4.4"
rocket = {version = "0.5.0", features = ["json"]}
rocket = {version = "0.5.1", features = ["json"]}
rusqlite = "0.32.1"
serde = {version = "1.0.198", features = ["derive"]}
serde_json = "1.0.111"
@@ -28,6 +28,6 @@ version = "0.11.23"
features = ["json", "blocking"]
[dependencies.rocket_dyn_templates]
version = "0.1.0"
version = "0.2.0"
features = ["tera"]