summaryrefslogtreecommitdiffstats
path: root/tedge_config
diff options
context:
space:
mode:
authorLukasz Woznicki <75632179+makr11st@users.noreply.github.com>2021-07-08 17:05:20 +0100
committerGitHub <noreply@github.com>2021-07-08 17:05:20 +0100
commitdc516ab81198cbce5855ca115d1300803a9a8d58 (patch)
treec1ac62a6a24558221b5dc97eb6b2a396b4580cce /tedge_config
parent83b2001b3926981e8b9524c15efa2ebaf5131390 (diff)
Update crates dependencies versions (#337)
Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
Diffstat (limited to 'tedge_config')
-rw-r--r--tedge_config/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tedge_config/Cargo.toml b/tedge_config/Cargo.toml
index 49efaf9a..f9ebbdbc 100644
--- a/tedge_config/Cargo.toml
+++ b/tedge_config/Cargo.toml
@@ -6,10 +6,10 @@ edition = "2018"
[dependencies]
certificate = { path = "../common/certificate" }
-toml = "0.5"
-thiserror = "1.0"
serde = { version = "1.0", features = ["derive"] }
tempfile = "3.2"
+thiserror = "1.0"
+toml = "0.5"
url = "2.2"
[dev-dependencies]