Bump etherparse from 0.17.0 to 0.18.0

Bumps [etherparse](https://github.com/JulianSchmid/etherparse) from 0.17.0 to 0.18.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.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: etherparse
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-04-25 03:59:32 +00:00
committed by GitHub
parent 94e4173497
commit e2a6a49034
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ strip = true
[dependencies]
pcap = "2.2.0"
etherparse = "0.17.0"
etherparse = "0.18.0"
chrono = { version = "0.4.40", default-features = false, features = ["clock"] }
plotters = { version = "0.3.7", default-features = false, features = ["area_series", "line_series"] }
iced = { version = "0.13.1", features = ["tokio", "svg", "advanced", "lazy", "image"] }