From 45aa4914bb76a773ae98ec944496c71815d79622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:43:37 -0700 Subject: [PATCH] build(deps): bump etherparse from 0.14.2 to 0.14.3 (#15) Bumps [etherparse](https://github.com/JulianSchmid/etherparse) from 0.14.2 to 0.14.3. - [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.14.2...v0.14.3) --- updated-dependencies: - dependency-name: etherparse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ada26b2..913368b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -691,9 +691,9 @@ dependencies = [ [[package]] name = "etherparse" -version = "0.14.2" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24890603eb4b43aa788f02261ce21714449033e3e2ab93692f0ab18480c3c9b1" +checksum = "095ab548cf452be5813424558a18af88f0a620d0f4a3d8793aa09311a3b6fa5f" dependencies = [ "arrayvec", ] diff --git a/Cargo.toml b/Cargo.toml index 900ec6a..2e42fe5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ crossterm = "0.27.0" ctrlc = "3.4.4" elf = "0.7.4" env_logger = "0.11.0" -etherparse = "0.14.2" +etherparse = "0.14.3" flate2 = "1.0" futures = "0.3.30" ipnetwork = "0.20.0"