summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-01-08 18:08:29 +0100
committerGitHub <noreply@github.com>2020-01-08 18:08:29 +0100
commitc4e061c416fa08e70bcc155a5a13c33cef55dfab (patch)
treed1d83547d8323691d734516ef91b573420b3e806 /Cargo.lock
parentc927ba90e6439e9e4a68e17ed50a5a84d17a6493 (diff)
fix(deps): upgrade to new pnet bandwhich fork (#93)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 313aa7b..70386ab 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -91,7 +91,7 @@ dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"packet-builder 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pnet 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "pnet_bandwhich_fork 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "pnet_bandwhich_fork 0.23.1 (registry+https://github.com/rust-lang/crates.io-index)",
"pnet_base 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
"procfs 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -855,12 +855,12 @@ dependencies = [
[[package]]
name = "pnet_bandwhich_fork"
-version = "0.23.0"
+version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ipnetwork 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pnet_base_bandwhich_fork 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "pnet_datalink_bandwhich_fork 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "pnet_datalink_bandwhich_fork 0.23.1 (registry+https://github.com/rust-lang/crates.io-index)",
"pnet_packet 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pnet_sys_bandwhich_fork 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pnet_transport 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -890,7 +890,7 @@ dependencies = [
[[package]]
name = "pnet_datalink_bandwhich_fork"
-version = "0.23.0"
+version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ipnetwork 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1922,11 +1922,11 @@ dependencies = [
"checksum pin-project-lite 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f0af6cbca0e6e3ce8692ee19fb8d734b641899e07b68eb73e9bbbd32f1703991"
"checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"
"checksum pnet 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5cf9ef46222a90a9d1e35bb4fa208e1076c6663a02d8ecf3e264fd5001ab6e8e"
-"checksum pnet_bandwhich_fork 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8a72aace99497b045096dc467f55e819baccb60192caedb45619cdbe65bca4ea"
+"checksum pnet_bandwhich_fork 0.23.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e146697b998acfb2491f2524d1570f81f650a017402ce45b99539c5a5935a605"
"checksum pnet_base 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f7d818b94d0897cd22f7a18f6c2a94f7ae1dfcedc194bf1665880f6c1155e051"
"checksum pnet_base_bandwhich_fork 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f0886cdc1878c06687cbee7d3ed5045380e57b164bf69f036570559c07f6de88"
"checksum pnet_datalink 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "557ff7deb5ad2b35ac17a495d629d64dfeacf02e7f4834974dceb5e2cc544d55"
-"checksum pnet_datalink_bandwhich_fork 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bf8691094ddce0573d0677a30860caddc533692dfc93570d03e737a76b579d50"
+"checksum pnet_datalink_bandwhich_fork 0.23.1 (registry+https://github.com/rust-lang/crates.io-index)" = "697cdb8110661cb4eea5aa08684ab50b0b2ab9b0ca88e9bcef2aa232f7c41369"
"checksum pnet_macros 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d228096fd739d4e3e60dee9e1e4f07d9ae0f3f309c876834192538748e561e4"
"checksum pnet_macros_support 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6158bbc3627b9ce01526f5ff8b9895224a0dc96c27baaf79cda0f703a4898ea"
"checksum pnet_packet 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7efa93f5572ed735852737232ba7539977799861642aaba05de87b6a03dc0f74"