From d9bb34ba4fecdf7b0a072ae71bd340882d604865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 03:08:57 +0000 Subject: [PATCH] Bump etherparse from 0.15.0 to 0.16.0 Bumps [etherparse](https://github.com/JulianSchmid/etherparse) from 0.15.0 to 0.16.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.15.0...v0.16.0) --- updated-dependencies: - dependency-name: etherparse dependency-type: direct:production update-type: version-update:semver-minor ... 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 66fa392e..d797f4cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1163,9 +1163,9 @@ dependencies = [ [[package]] name = "etherparse" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21696e6dfe1057a166a042c6d27b89a46aad2ee1003e6e1e03c49d54fd3270d7" +checksum = "b8d8a704b617484e9d867a0423cd45f7577f008c4068e2e33378f8d3860a6d73" dependencies = [ "arrayvec", ] diff --git a/Cargo.toml b/Cargo.toml index b5e6045e..48364f2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ strip = true [dependencies] pcap = "2.2.0" -etherparse = "0.15.0" +etherparse = "0.16.0" chrono = { version = "0.4.38", default-features = false, features = ["clock"] } plotters = { version = "0.3.7", default-features = false, features = ["area_series"] } iced = { version = "0.12.1", features = ["tokio", "svg", "advanced", "lazy"] }