From d4ef2fa1e03f23eaf344031ec87a57883f926e78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 11:11:51 -0500 Subject: [PATCH] build(deps): bump etherparse from 0.12.0 to 0.13.0 (#369) Bumps [etherparse](https://github.com/JulianSchmid/etherparse) from 0.12.0 to 0.13.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/0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: etherparse dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- boringtun/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b73013a7..97d7e35f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -440,9 +440,9 @@ checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be" [[package]] name = "etherparse" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcb08c4aab4e2985045305551e67126b43f1b6b136bc4e1cd87fb0327877a611" +checksum = "827292ea592108849932ad8e30218f8b1f21c0dfd0696698a18b5d0aed62d990" dependencies = [ "arrayvec", ] diff --git a/boringtun/Cargo.toml b/boringtun/Cargo.toml index 9232d767..9c7f2b3d 100644 --- a/boringtun/Cargo.toml +++ b/boringtun/Cargo.toml @@ -52,7 +52,7 @@ nix = { version = "0.25", default-features = false, features = [ ] } [dev-dependencies] -etherparse = "0.12" +etherparse = "0.13" tracing-subscriber = "0.3" criterion = { version = "0.3.5", features = ["html_reports"] }