aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index aa308c9..f4c3d6c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -264,6 +264,7 @@ version = "0.0.1"
dependencies = [
"git2",
"github-rs",
+ "github-suggestion-config",
"regex",
"serde",
"serde_json",
@@ -273,6 +274,15 @@ dependencies = [
]
[[package]]
+name = "github-suggestion-config"
+version = "0.0.1"
+dependencies = [
+ "git2",
+ "thiserror",
+ "url",
+]
+
+[[package]]
name = "h2"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"