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

4
Cargo.lock generated
View File

@@ -1364,9 +1364,9 @@ dependencies = [
[[package]]
name = "etherparse"
version = "0.17.0"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b14e4ac78394e3ea04edbbc412099cf54f2f52ded51efb79c466a282729399d2"
checksum = "3ff83a5facf1a7cbfef93cfb48d6d4fb6a1f42d8ac2341a96b3255acb4d4f860"
dependencies = [
"arrayvec",
]