summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-08-06 08:25:08 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-08-06 08:25:08 +0200
commit2053699d361ba90b7cc65d810a0eec50de7825d9 (patch)
tree26fe250ca31a6dd0f9b513a97855de956b768275
parentfd178124731a39aac6384be65218a33e4e137480 (diff)
Update Cargo.lock
I forgot to update the Cargo.lock file when filing the PR. This patch fixes this. Fixes: 73f74d9a38ded5b72e8b0acc9dce49fced3ea53c ("tedge_utils: Move "maplit" to dev-dependencies") Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 56be690b..a4e073e2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1507,6 +1507,12 @@ 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"
@@ -2941,6 +2947,7 @@ dependencies = [
"async-stream",
"futures",
"inotify",
+ "maplit",
"nix",
"strum_macros",
"tedge_test_utils",