From 79a93999c0cd39c8310f493becef98c397a9a73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 29 Apr 2025 08:27:32 +0300 Subject: [PATCH] tracers: Update to etherparse 0.18 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 8e0aa49e2..7879e24d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1926,9 +1926,9 @@ dependencies = [ [[package]] name = "etherparse" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b14e4ac78394e3ea04edbbc412099cf54f2f52ded51efb79c466a282729399d2" +checksum = "3ff83a5facf1a7cbfef93cfb48d6d4fb6a1f42d8ac2341a96b3255acb4d4f860" dependencies = [ "arrayvec", ] diff --git a/utils/tracers/Cargo.toml b/utils/tracers/Cargo.toml index c30957520..a4b203d6d 100644 --- a/utils/tracers/Cargo.toml +++ b/utils/tracers/Cargo.toml @@ -14,7 +14,7 @@ anyhow = "1" regex = "1" atomic_refcell = "0.1" pcap-file = "2" -etherparse = "0.17.0" +etherparse = "0.18.0" chrono = "0.4.35" walkdir = "2" tokio = { version = "1", features = ["macros", "rt-multi-thread"] }