fix(deps): update rust crate etherparse to 0.19

This commit is contained in:
renovate[bot]
2025-08-04 20:56:45 +00:00
committed by GitHub
parent 6655776a0c
commit 466cb35bb5
2 changed files with 9 additions and 9 deletions

View File

@@ -177,7 +177,7 @@ flate2 = { version = "1.0", optional = true }
brotli = { version = "8.0", optional = true }
zstd = { version = "0.13", optional = true }
etherparse = { version = "0.18", optional = true }
etherparse = { version = "0.19", optional = true }
smoltcp = { version = "0.12", optional = true, default-features = false, features = [
"std",
"log",