From 4ddf6680a7a0b5f6a6e22f199c4dd0b8a5f1081f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Thu, 3 Dec 2020 00:21:06 +0100 Subject: [PATCH] Remove deprecation/upgrade text --- crates/net2/RUSTSEC-0000-0000.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/crates/net2/RUSTSEC-0000-0000.md b/crates/net2/RUSTSEC-0000-0000.md index 4853bb1..d917c9d 100644 --- a/crates/net2/RUSTSEC-0000-0000.md +++ b/crates/net2/RUSTSEC-0000-0000.md @@ -19,7 +19,4 @@ and `std::net::SocketAddrV6` have the same memory layout as the system C represe system representation. The standard library does not say anything about the memory layout, and this will cause invalid memory access if the standard library changes the implementation. No warnings or errors will be emitted once the -change happens. - -Please stop using `net2` completely (it is deprecated, use `socket2`) or at least -upgrade to version `0.2.36` where the socket address conversion is done safely. \ No newline at end of file +change happens. \ No newline at end of file