summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAlbin Suresh <albin.suresh@softwareag.com>2021-12-09 16:45:40 +0530
committerGitHub <noreply@github.com>2021-12-09 16:45:40 +0530
commitb20941d2422e44a48a4abf39d3ed4cf734f7716d (patch)
tree6e59d9f228cd847604d4196bd184f4e76b4e0ac2 /Cargo.lock
parent9bd27a3510efafd53f5d412fa90ede20b5191f05 (diff)
Fixes #672 Failure of apama list command with empty project (#679)
* Fixes #672 Failure of apama list command with empty project
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2b436d25..5b2f0b9e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2639,6 +2639,7 @@ version = "0.4.3"
dependencies = [
"roxmltree",
"structopt",
+ "tempfile",
"thiserror",
"zip",
]