aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorTeddy Wing2020-07-25 18:38:10 +0200
committerTeddy Wing2020-07-25 18:38:10 +0200
commit4acd5cbce9945ef044dc997cb82cfad8273a0dbc (patch)
tree909aaf4615d08f1cadb299d5876dfa11a16a0c0b /Cargo.lock
parenta22f7a574cbbad22ed637405bafee42593eab87b (diff)
downloadgit-suggestion-4acd5cbce9945ef044dc997cb82cfad8273a0dbc.tar.bz2
Add git-sugapply bin
An executable to apply a suggested change to the appropriate file in the repo. Add a new `SuggestionUrl` type that allows us to extract the necessary data to fetch a suggestion comment from the GitHub API using a GitHub pull request comment URL.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e8b4f7f..90162ca 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -249,6 +249,7 @@ dependencies = [
"tempfile",
"thiserror",
"unidiff",
+ "url",
]
[[package]]