aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock26
1 files changed, 13 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e6fd541..5cf1e04 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -244,6 +244,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724"
[[package]]
+name = "git-suggestion"
+version = "0.1.0"
+dependencies = [
+ "exitcode",
+ "getopts",
+ "git2",
+ "github-suggestion",
+ "regex",
+ "thiserror",
+ "url",
+]
+
+[[package]]
name = "git2"
version = "0.13.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -288,19 +301,6 @@ dependencies = [
]
[[package]]
-name = "github-suggestion-cli"
-version = "0.1.0"
-dependencies = [
- "exitcode",
- "getopts",
- "git2",
- "github-suggestion",
- "regex",
- "thiserror",
- "url",
-]
-
-[[package]]
name = "h2"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"