diff --git a/Cargo.toml b/Cargo.toml index 895e2bbea0..48f43c4928 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -99,7 +99,7 @@ amethyst_ui = { path = "amethyst_ui", version = "0.5.0" } amethyst_utils = { path = "amethyst_utils", version = "0.5.0" } crossbeam-channel = "0.3.1" derivative = "1.0" -fern = { version = "0.5", features = ["colored"] } +fern = { version = "0.6", features = ["colored"] } log = { version = "0.4.6", features = ["serde"] } rayon = "1.0.2" rustc_version_runtime = "0.1"