summaryrefslogtreecommitdiffstats
path: root/crates/core/c8y_smartrest
diff options
context:
space:
mode:
authorinitard <solo@softwareag.com>2022-04-28 12:37:55 +0100
committerinitard <solo@softwareag.com>2022-04-28 12:37:55 +0100
commitb8a1d8959f8f8b8a627e7257ffca8dfc26076745 (patch)
treec3d55eb27012563cf58fb4f2b83ab103b45a7b16 /crates/core/c8y_smartrest
parent00e9ee334217e62bd63677e7d0df011f84d6752d (diff)
removed unused dependencies #1110
Signed-off-by: initard <solo@softwareag.com>
Diffstat (limited to 'crates/core/c8y_smartrest')
-rw-r--r--crates/core/c8y_smartrest/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/core/c8y_smartrest/Cargo.toml b/crates/core/c8y_smartrest/Cargo.toml
index 3800152c..8b21b359 100644
--- a/crates/core/c8y_smartrest/Cargo.toml
+++ b/crates/core/c8y_smartrest/Cargo.toml
@@ -20,7 +20,6 @@ tokio = { version = "1.8", features = ["rt", "sync", "time"] }
toml = "0.5"
[dev-dependencies]
-anyhow = "1.0"
assert_matches = "1.5"
assert-json-diff = "2.0"
serde_json = "1.0"