updated rocket crates
This commit is contained in:
+2
-2
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user