From b5586095bc366ca62117f6dabfe4b5d14cbf947b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 25 Sep 2024 09:05:56 +0300 Subject: [PATCH] tracers: Update to etherparse 0.16 Part-of: --- Cargo.lock | 4 ++-- utils/tracers/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9c6f716a..54a126900 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1710,9 +1710,9 @@ dependencies = [ [[package]] name = "etherparse" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21696e6dfe1057a166a042c6d27b89a46aad2ee1003e6e1e03c49d54fd3270d7" +checksum = "b8d8a704b617484e9d867a0423cd45f7577f008c4068e2e33378f8d3860a6d73" dependencies = [ "arrayvec", ] diff --git a/utils/tracers/Cargo.toml b/utils/tracers/Cargo.toml index 6956136f7..65e706881 100644 --- a/utils/tracers/Cargo.toml +++ b/utils/tracers/Cargo.toml @@ -15,7 +15,7 @@ regex = "1" once_cell.workspace = true atomic_refcell = "0.1" pcap-file = "1.1.1" -etherparse = "0.15.0" +etherparse = "0.16.0" [target.'cfg(unix)'.dependencies] signal-hook = "0.3"