X-Git-Url: http://git.euphorik.ch/index.cgi?p=minecraft_web.git;a=blobdiff_plain;f=backend%2FCargo.toml;fp=backend%2FCargo.toml;h=76a107f5f79446db3bbb1a9610bf46e1467bec3f;hp=73193024b0adf611f70578e354df03c6c71a89e1;hb=2e6831744641c8d8ebeea0a47c933448e8499ddb;hpb=26d8ecd93415beb2d4d11376972cdfe412a73301 diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 7319302..76a107f 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -13,16 +13,16 @@ minecraft-client-rs = "0.1" serde = { version = "1.0", features = ["derive"] } -fs_extra = "1.2.0" +fs_extra = "1.2.0" # To get the size of a directory (recursively). -ron = "0.7" # Rust object notation, to load configuration files. +ron = "0.8" # Rust object notation, to load configuration files. itertools = "0.10" chrono = "0.4" -sysinfo = "0.23" +sysinfo = "0.26" -cached = "0.34" +cached = "0.39" futures = "0.3" # Needed by askam with the feature 'with-actix-web'.