aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-08-26 19:26:07 +0100
committerGitHub <[email protected]>2020-08-26 19:26:07 +0100
commite7da5816d67fadc056ee43310f9d04164c2617d9 (patch)
tree854e94856b4d120d156b67e790d7f2ba74e14610 /Cargo.lock
parent7e012ae8b54705bc254154cdff3a503cce3299a7 (diff)
parentf8a59adf5e9633aa5d10efcdbf70b408d280ef01 (diff)
Merge #5895
5895: Tease apart orthogonal concerns in markdown link rewriting r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 015f84ba8..f1a17fa90 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -498,7 +498,6 @@ dependencies = [
498 "stdx", 498 "stdx",
499 "syntax", 499 "syntax",
500 "tt", 500 "tt",
501 "url",
502] 501]
503 502
504[[package]] 503[[package]]
@@ -606,6 +605,7 @@ dependencies = [
606 "syntax", 605 "syntax",
607 "test_utils", 606 "test_utils",
608 "text_edit", 607 "text_edit",
608 "url",
609] 609]
610 610
611[[package]] 611[[package]]