From d3d16785adcc496ad36b4c2a945bf5797686326f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 11:48:36 +0000 Subject: [PATCH] Update Rust crate etherparse to 0.19 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4a5612..21fa3d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -377,9 +377,9 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "etherparse" -version = "0.16.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8d8a704b617484e9d867a0423cd45f7577f008c4068e2e33378f8d3860a6d73" +checksum = "b119b9796ff800751a220394b8b3613f26dd30c48f254f6837e64c464872d1c7" dependencies = [ "arrayvec", ] diff --git a/Cargo.toml b/Cargo.toml index 02b5a60..47a0ad1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ capnp = "0.24" chrono = "0.4" clap = { version = "4.5", features = ["derive"] } clap-verbosity-flag = { version = "3.0", features = ["tracing"] } -etherparse = "0.16" +etherparse = "0.19" metrics = "0.24" metrics-exporter-prometheus = "0.18" rdkafka = { version = "0.38", features = ["ssl", "sasl"] }