diff --git a/Cargo.lock b/Cargo.lock index b1cdab61..55c466aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1339,9 +1339,9 @@ dependencies = [ [[package]] name = "etherparse" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8d8a704b617484e9d867a0423cd45f7577f008c4068e2e33378f8d3860a6d73" +checksum = "b14e4ac78394e3ea04edbbc412099cf54f2f52ded51efb79c466a282729399d2" dependencies = [ "arrayvec", ] diff --git a/Cargo.toml b/Cargo.toml index 2da1dda9..38414fde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ strip = true [dependencies] pcap = "2.2.0" -etherparse = "0.16.0" +etherparse = "0.17.0" chrono = { version = "0.4.39", default-features = false, features = ["clock"] } plotters = { version = "0.3.7", default-features = false, features = ["area_series"] } iced = { version = "0.13.1", features = ["tokio", "svg", "advanced", "lazy"] }