X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=backend%2FCargo.toml;fp=backend%2FCargo.toml;h=1c22b3c56180ce0f31192a3c19a99e8921859a01;hb=aa59a1f9b79009079a5a1fbafd4f65d3130e9ee2;hp=2dbae9ffb8fca3912b0d52da313384c0f9817111;hpb=83993038d45c0d11c11417f9b47e19eb61e53928;p=valheim_web.git diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 2dbae9f..1c22b3c 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -2,22 +2,23 @@ name = "valheim_web" version = "1.0.0" authors = ["Grégory Burri "] -edition = "2018" +edition = "2021" [dependencies] -actix-web = "2" -actix-rt = "1" -actix-files = "0.2" +actix-web = "4" +actix-files = "0.6" +askama_actix = "0.13" + serde = { version = "1.0", features = ["derive"] } -ron = "0.6" # Rust object notation, to load configuration files. +ron = "0.7" # Rust object notation, to load configuration files. itertools = "0.10" chrono = "0.4" -sysinfo = "0.16" +sysinfo = "0.23" -cached = "0.23" +cached = "0.34" futures = "0.3" # Needed by askam with the feature 'with-actix-web'. @@ -25,8 +26,8 @@ common = { path = "../common" } # Template system. [dependencies.askama] -version = "0.9" +version = "0.11" features = ["with-actix-web"] [target.'cfg(unix)'.dependencies] -systemd = "0.8" \ No newline at end of file +systemd = "0.10"