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
Generated
+2 -2
View File
@@ -1933,9 +1933,9 @@ dependencies = [
[[package]]
name = "rocket_dyn_templates"
version = "0.1.0"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04bfc006e547e4f72b760ab861f5943b688aed8a82c4977b5500c98f5d17dbfa"
checksum = "5bbab919c9e67df3f7ac6624a32ef897df4cd61c0969f4d66f3ced0534660d7a"
dependencies = [
"normpath",
"notify",
+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"]