Update dependencies
This commit is contained in:
parent
801b47681c
commit
2dbae6f7ba
2 changed files with 252 additions and 278 deletions
528
Cargo.lock
generated
528
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -8,7 +8,7 @@ edition = "2018"
|
||||||
actix-web = "2.0"
|
actix-web = "2.0"
|
||||||
actix-rt = "1.0"
|
actix-rt = "1.0"
|
||||||
actix-files = "0.2"
|
actix-files = "0.2"
|
||||||
askama = "0.8" # Template system
|
askama = "0.9" # Template system
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
listenfd = "0.3" # To watch file modifications and automatically launch a build process (only used in dev/debug).
|
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.
|
ron = "0.5" # Rust object notation, to load configuration files.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue