From f0eb51939390ada5ab25c3535577828769914f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 07:43:27 +0000 Subject: [PATCH] chore(deps): update etherparse requirement from 0.15 to 0.20 Updates the requirements on [etherparse](https://github.com/JulianSchmid/etherparse) to permit the latest version. - [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.15.0...v0.20.1) --- updated-dependencies: - dependency-name: etherparse dependency-version: 0.20.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0b96275..5a56528 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } # Packets -etherparse = "0.15" +etherparse = "0.20" pcap = "2" bytes = "1"