summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-11-26 14:50:20 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-26 14:50:20 +0100
commit39d660e3a9479529056e0735840c3e7c611841d5 (patch)
tree68dcb866ad9077ce6473bd710b7da7558cd8de3c /Cargo.toml
parentbbfc38946acbe1434184e90218d3831765176b14 (diff)
Update dependency: config: 0.9 -> 0.10
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7beacb5..365210c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ tracing = "0.1"
toml = "0.5"
serde = "1"
serde_json = "1"
-config = "0.9"
+config = "0.10"
anyhow = "1"
getset = "0.1"
walkdir = "2"