summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2022-08-08 11:46:05 +0200
committerGitHub <noreply@github.com>2022-08-08 11:46:05 +0200
commitdfbe050440728b5996c8255959b67cdb42ed166a (patch)
tree187551a14856c5a12a3893220c4ce601a8c16123
parent4e2d66722c3b196ccedbd809b7db0464994d8b02 (diff)
parent2053699d361ba90b7cc65d810a0eec50de7825d9 (diff)
Merge pull request #1321 from matthiasbeyer/update-cargolock
Update Cargo.lock
-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",