summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorPradeepKiruvale <PRADEEPKIRUVALE@gmail.com>2021-08-06 14:30:42 +0530
committerGitHub <noreply@github.com>2021-08-06 14:30:42 +0530
commitfaf65ded97448bd0c2f6aa102ffd9d43e6e4a979 (patch)
tree68b575a242b981892fdbe644e06af075924d66d6 /Cargo.lock
parentfb05964319d28bb2d80b02ea86fa59e097ddc8fa (diff)
fix broken mqtt library test (#357)
* fix broken mqtt library test * move config files into test directory * Create only one istance of broker for all tests * remove dependancy on the config file * cargo fmt * address review comments * remove unused dev-dependencies Co-authored-by: Pradeep Kumar K J <pradeepkumar.kj@sofwareag.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 54b4fdbc..df17cbaf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1383,7 +1383,6 @@ dependencies = [
"anyhow",
"async-log",
"async-trait",
- "confy",
"env_logger 0.9.0",
"futures",
"futures-timer",
@@ -1534,9 +1533,9 @@ dependencies = [
[[package]]
name = "once_cell"
-version = "1.7.2"
+version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
+checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
[[package]]
name = "oorandom"