summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAlbin Suresh <albin.suresh@softwareag.com>2021-12-22 15:02:24 +0530
committerGitHub <noreply@github.com>2021-12-22 15:02:24 +0530
commit0d61811849ce9931b91b65a7e94865d99f4bb394 (patch)
tree5b6e2b4d3d44be2f1256842fb4b9d16c9e7ca2df /Cargo.lock
parent888a4e70ca44d9b41d645148b7a24d89a984da7c (diff)
Closes #667 Thin Edge JSON alarm support (#726)
* Closes #667 Thin Edge JSON alarm support
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock15
1 files changed, 15 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 34791af1..c40eb405 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -328,7 +328,9 @@ dependencies = [
"serde",
"serde_json",
"test-case",
+ "thin_edge_json",
"thiserror",
+ "time 0.3.5",
]
[[package]]
@@ -434,6 +436,8 @@ version = "0.5.0"
dependencies = [
"chrono",
"mockall",
+ "serde",
+ "time 0.3.5",
]
[[package]]
@@ -2799,6 +2803,7 @@ name = "thin_edge_json"
version = "0.5.0"
dependencies = [
"anyhow",
+ "assert_matches",
"chrono",
"clock",
"criterion",
@@ -2808,7 +2813,9 @@ dependencies = [
"serde",
"serde_json",
"stats_alloc",
+ "test-case",
"thiserror",
+ "time 0.3.5",
"walkdir",
]
@@ -2859,9 +2866,17 @@ checksum = "41effe7cfa8af36f439fac33861b66b049edc6f9a32331e2312660529c1c24ad"
dependencies = [
"itoa",
"libc",
+ "serde",
+ "time-macros",
]
[[package]]
+name = "time-macros"
+version = "0.2.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "25eb0ca3468fc0acc11828786797f6ef9aa1555e4a211a60d64cc8e4d1be47d6"
+
+[[package]]
name = "tinytemplate"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"