summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorPradeepKiruvale <PRADEEPKIRUVALE@gmail.com>2021-10-14 17:57:39 +0530
committerGitHub <noreply@github.com>2021-10-14 17:57:39 +0530
commit7020503aa9bfea97c07c58692e332e19884ecc1e (patch)
tree41d6d6e30427e863318e2624510ca38adbb35d4a /Cargo.lock
parent1e530be1415a06de81385f3faec39e61b90c06b4 (diff)
[CIT-619] update plugin list api (#494)
* [CIT-619] update list plugin apis * [CIT-619] parse tab separated values * use csv parser * remove commented code * remove debug statements * revert the deleted files * update document * update specification * update system tests * address review comments * remove unused module * reword documents * regular string instread of format! Co-authored-by: Pradeep Kumar K J <pradeepkumar.kj@sofwareag.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e275e334..a67e5bb5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1215,6 +1215,7 @@ dependencies = [
name = "json_sm"
version = "0.3.2"
dependencies = [
+ "csv",
"nanoid",
"regex",
"serde",
@@ -1761,6 +1762,7 @@ dependencies = [
"anyhow",
"assert_matches",
"async-trait",
+ "csv",
"download",
"json_sm",
"serde",