aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-03-22 00:18:39 +0100
committerGitHub <noreply@github.com>2021-03-22 00:18:39 +0100
commit97bfcac402c06fd051f5a8c3c05384d5a2972d50 (patch)
tree65f327da854672fb0afc59c7ab66c7a9725258d8 /mumlib/Cargo.toml
parent4458c3455c467ac0b97fecfd5ff2cbd77b6ac52b (diff)
parent433cd3d452ab68236b9347e74b1d8b305b0b4c52 (diff)
downloadmum-97bfcac402c06fd051f5a8c3c05384d5a2972d50.tar.gz
Merge pull request #70 from mum-rs/dep-maint
Diffstat (limited to 'mumlib/Cargo.toml')
-rw-r--r--mumlib/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mumlib/Cargo.toml b/mumlib/Cargo.toml
index e439e77..240e017 100644
--- a/mumlib/Cargo.toml
+++ b/mumlib/Cargo.toml
@@ -12,7 +12,7 @@ license = "MIT"
[dependencies]
colored = "2.0"
-fern = "0.5"
+fern = "0.6"
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"