aboutsummaryrefslogtreecommitdiff
path: root/dotup_cli
diff options
context:
space:
mode:
Diffstat (limited to 'dotup_cli')
-rw-r--r--dotup_cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotup_cli/Cargo.toml b/dotup_cli/Cargo.toml
index 9ae6beb..f82d36d 100644
--- a/dotup_cli/Cargo.toml
+++ b/dotup_cli/Cargo.toml
@@ -10,7 +10,7 @@ doc = false
10 10
11[dependencies] 11[dependencies]
12anyhow = "1.0" 12anyhow = "1.0"
13clap = "3.0.0-beta.2" 13clap = "3.0.0-beta.5"
14log = "0.4" 14log = "0.4"
15 15
16[dependencies.dotup] 16[dependencies.dotup]