Skip to content

Commit ff57472

Browse files
bnoordhuisdsherret
authored andcommitted
chore(runtime): upgrade netif crate (denoland#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: bnoordhuis/netif#10
1 parent a395f3f commit ff57472

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ hyper = { version = "0.14.18", features = ["server", "stream", "http1", "http2",
7575
libc = "0.2.126"
7676
log = "0.4.16"
7777
lzzzz = '1.0'
78-
netif = "0.1.3"
78+
netif = "0.1.6"
7979
notify = "5.0"
8080
once_cell = "1.10.0"
8181
regex = "1.6.0"

0 commit comments

Comments
 (0)