From 2d619b7556d71d62d9152760a6ff23e6202ef671 Mon Sep 17 00:00:00 2001 From: Yechan Bae Date: Sun, 14 Jun 2020 16:32:11 -0400 Subject: [PATCH] Fix link for RUSTSEC-2019-0033 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fffb4a..8516f6b 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Done by: [oyvindln](https://github.com/oyvindln/), [Shnatsel](https://github.com A general purpose library of common HTTP types ([tracking issue](https://github.com/rust-secure-code/safety-dance/issues/37)) - - **Security bugs fixed: [RUSTSEC-2019-0033](https://rustsec.org/advisories/RUSTSEC-2019-0034.html), [RUSTSEC-2019-0034](https://rustsec.org/advisories/RUSTSEC-2019-0034.html)** + - **Security bugs fixed: [RUSTSEC-2019-0033](https://rustsec.org/advisories/RUSTSEC-2019-0033.html), [RUSTSEC-2019-0034](https://rustsec.org/advisories/RUSTSEC-2019-0034.html)** Done by: [Qwaz](https://github.com/Qwaz), [Sean McArthur](https://github.com/seanmonstar)