summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-29 19:15:28 +0100
committerGitHub <noreply@github.com>2021-03-29 19:15:28 +0100
commita79e98adcd8501434b4ddd325bb1cdd8c7da8843 (patch)
tree963a7d460ca73ac77b7cd86e89c104386f20bcb5 /Cargo.toml
parent4ea0270f4032cffbbb044e46db57032914d7d1bc (diff)
Bump config from 0.10.1 to 0.11.0 (#24)
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 e1facea3..1d320d54 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ hostname = "0.3.1"
rocket = "0.4.7"
chrono-english = "0.1.4"
cli-table = "0.4"
-config = "0.10"
+config = "0.11"
serde_derive = "1.0.124"
serde = "1.0.125"
tui = "0.14"