X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2FCargo.toml;h=76a107f5f79446db3bbb1a9610bf46e1467bec3f;hb=2c9020100073cd02199847263f7cdde44a8fe78a;hp=139cf2f237daee3f6efd341a8d391780dd0563f6;hpb=16f93d7c5d110a92f90a4596e4fb3b994ae12932;p=minecraft_web.git diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 139cf2f..76a107f 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -2,25 +2,27 @@ name = "minecraft_web" version = "1.0.0" authors = ["Grégory Burri "] -edition = "2018" +edition = "2021" [dependencies] -actix-web = "3" -actix-files = "0.5" -askama_actix = "0.11" +actix-web = "4" +actix-files = "0.6" +askama_actix = "0.13" minecraft-client-rs = "0.1" serde = { version = "1.0", features = ["derive"] } -ron = "0.6" # Rust object notation, to load configuration files. +fs_extra = "1.2.0" # To get the size of a directory (recursively). + +ron = "0.8" # Rust object notation, to load configuration files. itertools = "0.10" chrono = "0.4" -sysinfo = "0.18" +sysinfo = "0.26" -cached = "0.23" +cached = "0.39" futures = "0.3" # Needed by askam with the feature 'with-actix-web'. @@ -28,5 +30,5 @@ common = { path = "../common" } # Template system. [dependencies.askama] -version = "0.10" +version = "0.11" features = ["with-actix-web"] \ No newline at end of file