summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-08-03 07:36:19 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-08-03 08:19:18 +0200
commit73f74d9a38ded5b72e8b0acc9dce49fced3ea53c (patch)
tree69d212d7f23d5e790f6be2d54acfb77bd7657ea2 /Cargo.lock
parent68311004568aba7c79284d92e404c6fac6e4421c (diff)
tedge_utils: Move "maplit" to dev-dependencies
Apparently, we need this in the dev-dependencies, not in the normal dependencies. Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
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 a4e073e2..56be690b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1507,12 +1507,6 @@ dependencies = [
]
[[package]]
-name = "maplit"
-version = "1.0.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
-
-[[package]]
name = "matches"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2947,7 +2941,6 @@ dependencies = [
"async-stream",
"futures",
"inotify",
- "maplit",
"nix",
"strum_macros",
"tedge_test_utils",