aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-03-21 14:45:50 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-03-21 14:45:50 +0100
commit433cd3d452ab68236b9347e74b1d8b305b0b4c52 (patch)
tree7be7ef93522849df946d7650f4c72b7e64234a42 /mumlib/Cargo.toml
parent226af6b66c50d4723222629da2634694400e868a (diff)
downloadmum-433cd3d452ab68236b9347e74b1d8b305b0b4c52.tar.gz
update fern and ipc channel
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"