cloud-hypervisor/net_util
Anatol Belski 5343b0ac18 net_util: Fix usage of deprecated mac_address method
This fixes the build warning below

warning: use of deprecated item 'tap::tests::pnet::datalink::NetworkInterface::mac_address': Please use NetworkInterface's field 'mac' instead.
   --> net_util/src/tap.rs:530:24
    |
530 |             (interface.mac_address(), tx, rx)
    |                        ^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

Signed-off-by: Anatol Belski <ab@php.net>
2020-06-11 08:23:01 +01:00
..
src net_util: Fix usage of deprecated mac_address method 2020-06-11 08:23:01 +01:00
Cargo.toml build(deps): bump serde_json from 1.0.54 to 1.0.55 2020-06-10 11:48:39 +01:00