Update dependencies

This commit is contained in:
Grégory Burri 2020-02-26 08:30:12 +01:00
parent 801b47681c
commit 2dbae6f7ba
2 changed files with 252 additions and 278 deletions

528
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ edition = "2018"
actix-web = "2.0"
actix-rt = "1.0"
actix-files = "0.2"
askama = "0.8" # Template system
askama = "0.9" # Template system
serde = { version = "1.0", features = ["derive"] }
listenfd = "0.3" # To watch file modifications and automatically launch a build process (only used in dev/debug).
ron = "0.5" # Rust object notation, to load configuration files.