From e2a6a4903403ef153be4dc806aceae431e6b082e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 03:59:32 +0000 Subject: [PATCH] Bump etherparse from 0.17.0 to 0.18.0 Bumps [etherparse](https://github.com/JulianSchmid/etherparse) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/JulianSchmid/etherparse/releases) - [Changelog](https://github.com/JulianSchmid/etherparse/blob/master/changelog.md) - [Commits](https://github.com/JulianSchmid/etherparse/compare/v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: etherparse dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02122c95..7abf03a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1364,9 +1364,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/Cargo.toml b/Cargo.toml index 6bb00f4c..6550c1f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ strip = true [dependencies] pcap = "2.2.0" -etherparse = "0.17.0" +etherparse = "0.18.0" chrono = { version = "0.4.40", default-features = false, features = ["clock"] } plotters = { version = "0.3.7", default-features = false, features = ["area_series", "line_series"] } iced = { version = "0.13.1", features = ["tokio", "svg", "advanced", "lazy", "image"] }