update dependencies

This commit is contained in:
Robin Appelman 2026-05-31 15:06:32 +02:00
commit fa2698eaa4
4 changed files with 1341 additions and 1020 deletions

View file

@ -9,17 +9,16 @@ edition = "2021"
build = "build.rs"
[dependencies]
rand = "0.8.4"
rocket = "0.5.0-rc.1"
rand ="0.10.1"
rocket = "0.5.1"
tree_magic = "0.2.3"
syntect = "4.6.0"
rust-embed="6.3.0"
clap = { version = "3.0.9", features = ["derive", "env"] }
syntect = "5.3.0"
rust-embed="8.11.0"
clap = { version = "4.6.1", features = ["derive", "env"] }
once_cell = "1"
sha256 = "1"
time = { version = "0.3", features = ["formatting"] }
[dependencies.rocket_dyn_templates]
version = "0.1.0-rc.1"
version = "0.2.0"
features = ["tera"]