From 79aee3668db88be00673e920d4924626831aff88 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Mon, 19 Sep 2022 20:12:03 +0200 Subject: chore(runtime): upgrade netif crate (#15867) v0.1.3 contains code that will stop working with newer versions of libstd because the layout of some std::net types changed. Refs: https://github.com/bnoordhuis/netif/pull/10 --- runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 46e3c9504..4865016b5 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -75,7 +75,7 @@ hyper = { version = "0.14.18", features = ["server", "stream", "http1", "http2", libc = "0.2.126" log = "0.4.16" lzzzz = '1.0' -netif = "0.1.3" +netif = "0.1.6" notify = "5.0" once_cell = "1.10.0" regex = "1.6.0" -- cgit v1.2.3