From 5c7885fead483da0a4dad1595fdc0e3844b4685f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 02:10:30 +0000 Subject: [PATCH] build(deps): bump etherparse from 0.19.0 to 0.21.0 Bumps [etherparse](https://github.com/JulianSchmid/etherparse) from 0.19.0 to 0.21.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.19.0...v0.21.0) --- updated-dependencies: - dependency-name: etherparse dependency-version: 0.20.3 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 4791e01c..07a33c70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1967,9 +1967,9 @@ checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" [[package]] name = "etherparse" -version = "0.19.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b119b9796ff800751a220394b8b3613f26dd30c48f254f6837e64c464872d1c7" +checksum = "17304d06addb3283cdc4bd528e42dd95e73c8ee2d6492ffce415e93660885449" dependencies = [ "arrayvec", ] diff --git a/wallguard/Cargo.toml b/wallguard/Cargo.toml index 02fc788f..685e1418 100644 --- a/wallguard/Cargo.toml +++ b/wallguard/Cargo.toml @@ -17,7 +17,7 @@ libc = "0.2.180" chrono = "0.4.41" once_cell = "1.21.4" nullnet-traffic-monitor = "0.1.6" -etherparse = "0.19.0" +etherparse = "0.21.0" sysinfo = { version = "0.37.2", default-features = false, features = ["disk", "system", "component"] } async-channel = "2.3.1" wallguard-common = { path = "../wallguard-common" }