From 2424bb86ccba403c89db757e1a477949284ab9c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 03:38:57 +0000 Subject: [PATCH] build(deps): bump etherparse from 0.19.0 to 0.20.1 Bumps [etherparse](https://github.com/JulianSchmid/etherparse) from 0.19.0 to 0.20.1. - [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.19.0...v0.20.1) --- updated-dependencies: - dependency-name: etherparse dependency-version: 0.20.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- wallguard/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 288ffa33..347216f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1791,9 +1791,9 @@ checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" [[package]] name = "etherparse" -version = "0.19.0" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b119b9796ff800751a220394b8b3613f26dd30c48f254f6837e64c464872d1c7" +checksum = "3ac016aaf11dfe643edcd088a166234bfcb72e7f06691abfcf21e9af524037f4" dependencies = [ "arrayvec", ] diff --git a/wallguard/Cargo.toml b/wallguard/Cargo.toml index a6efc46e..1bb717d9 100644 --- a/wallguard/Cargo.toml +++ b/wallguard/Cargo.toml @@ -16,7 +16,7 @@ libc = "0.2.180" chrono = "0.4.41" once_cell = "1.21.4" nullnet-traffic-monitor = "0.1.5" -etherparse = "0.19.0" +etherparse = "0.20.1" sysinfo = { version = "0.37.2", default-features = false, features = ["disk"] } async-channel = "2.3.1" nullnet-libresmon = "0.1.2"