Update dependencies.
[valheim_web.git] / backend / Cargo.toml
index 1c22b3c..f6d340b 100644 (file)
@@ -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'.