aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-04-06 20:40:44 +0200
committerGustav Sörnäs <gustav@sornas.net>2021-04-06 20:40:44 +0200
commitfc85f34301a99e404433650f3f4cd4d4ed24ec3b (patch)
treeae48cbb217202a77f09410a3003d9756bad79983 /Cargo.lock
parentb555f2105f7e2e8c402e995205e214d46ab24686 (diff)
downloadmum-fc85f34301a99e404433650f3f4cd4d4ed24ec3b.tar.gz
remove anyhow
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 95a8e82..2f883ed 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -32,12 +32,6 @@ dependencies = [
]
[[package]]
-name = "anyhow"
-version = "1.0.40"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b"
-
-[[package]]
name = "arrayref"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -849,7 +843,6 @@ dependencies = [
name = "mumctl"
version = "0.3.0"
dependencies = [
- "anyhow",
"bincode",
"colored",
"log",