From f3ac66471f493e1bc2858d7098369bd384d646d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:47:55 +0000 Subject: [PATCH] build(deps): bump etherparse from 0.14.2 to 0.14.3 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c0b497..23f512e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,9 +688,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 822cdeb..ced41a6 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"