From 99501781d0f668199342176a9eae69ef4e9b8cf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 10:08:26 +0000 Subject: [PATCH] chore(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 ++-- boringtun/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a1aa0a3..7ccbda5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -544,9 +544,9 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[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/boringtun/Cargo.toml b/boringtun/Cargo.toml index ceb8e3e9..aad2115b 100644 --- a/boringtun/Cargo.toml +++ b/boringtun/Cargo.toml @@ -58,7 +58,7 @@ nix = { version = "0.31", optional = true, default-features = false, features = ] } [dev-dependencies] -etherparse = "0.19" +etherparse = "0.20" tracing-subscriber = "0.3" criterion = { version = "0.8.2", features = ["html_reports"] }