X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2FCargo.toml;h=f6d340b5440e539ac3ffbac6dd5e70773b698f91;hb=c6b54f676e513e2b43a9190f2afae5178641f978;hp=1c22b3c56180ce0f31192a3c19a99e8921859a01;hpb=e1d2ac7d318ed90b941bdc9911d6c22474c1f535;p=valheim_web.git diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 1c22b3c..f6d340b 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -11,14 +11,14 @@ askama_actix = "0.13" serde = { version = "1.0", features = ["derive"] } -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'.