tracers: Update to etherparse 0.18

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2220>
This commit is contained in:
Sebastian Dröge 2025-04-29 08:27:32 +03:00
parent 5eee9e9eee
commit 79a93999c0
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1926,9 +1926,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",
]

View file

@ -14,7 +14,7 @@ anyhow = "1"
regex = "1"
atomic_refcell = "0.1"
pcap-file = "2"
etherparse = "0.17.0"
etherparse = "0.18.0"
chrono = "0.4.35"
walkdir = "2"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }