summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-07-12 20:35:47 +0300
committerLars Wirzenius <liw@liw.fi>2022-07-12 20:35:47 +0300
commitc04613ffb66895db81f71b1ad6e5293567c8ba95 (patch)
tree5be314cc7ac442296119778eb830271afa94d4e2 /Cargo.lock
parent627a942fe649d8f2ac4bd30143e7e51336622f19 (diff)
downloadriki-c04613ffb66895db81f71b1ad6e5293567c8ba95.tar.gz
feat! add subcommand "build"
This will open the chance of other subcommands in the future. Sponsored-by: author
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock13
1 files changed, 7 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f889703..37b136e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -126,16 +126,16 @@ dependencies = [
[[package]]
name = "clap"
-version = "3.2.1"
+version = "3.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a836566fa5f52f7ddf909a8a2f9029b9f78ca584cd95cf7e87f8073110f4c5c9"
+checksum = "69c5a7f9997be616e47f0577ee38c91decb33392c5be4866494f34cdf329a9aa"
dependencies = [
"atty",
"bitflags",
"clap_derive",
"clap_lex",
"indexmap",
- "lazy_static",
+ "once_cell",
"strsim 0.10.0",
"termcolor",
"textwrap 0.15.0",
@@ -143,9 +143,9 @@ dependencies = [
[[package]]
name = "clap_derive"
-version = "3.2.1"
+version = "3.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "986fd75d1dfd2c34eb8c9275ae38ad87ea9478c9b79e87f1801f7d866dfb1e37"
+checksum = "759bf187376e1afa7b85b959e6a664a3e7a95203415dba952ad19139e798f902"
dependencies = [
"heck 0.4.0",
"proc-macro-error",
@@ -923,6 +923,7 @@ name = "riki"
version = "0.1.0"
dependencies = [
"anyhow",
+ "clap 3.2.10",
"fehler",
"html-escape",
"log",
@@ -1172,7 +1173,7 @@ source = "git+https://gitlab.com/subplot/subplot.git#4aaaee39f84683034e26fd4841e
dependencies = [
"anyhow",
"base64",
- "clap 3.2.1",
+ "clap 3.2.10",
"env_logger 0.9.0",
"file_diff",
"git-testament",