From 7dd2212100ab9ce2285c29e613265bb3d61aef80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Fri, 27 Nov 2020 23:43:21 +0100 Subject: [PATCH 1/2] Bump net2 and miow to get rid of invalid memory layout assumption --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e60df467a..29e4fafb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ default = ["with-deprecated"] [dependencies] log = "0.4" slab = "0.4.0" -net2 = "0.2.29" +net2 = "0.2.36" iovec = "0.1.1" cfg-if = "0.1.9" @@ -44,7 +44,7 @@ libc = "0.2.54" [target.'cfg(windows)'.dependencies] winapi = "0.2.6" -miow = "0.2.1" +miow = "0.2.2" kernel32-sys = "0.2" [dev-dependencies] From e5dce25558a1875a5afca960410c8c1e03d597d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Sat, 28 Nov 2020 00:05:32 +0100 Subject: [PATCH 2/2] Bump the MSRV from 1.18.0 to 1.31.0 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 444a67ebf..262f96faa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,7 +32,7 @@ jobs: parameters: name: minrust displayName: Min Rust - rust_version: 1.18.0 + rust_version: 1.31.0 cmd: check cross: true