diff --git a/Cargo.toml b/Cargo.toml index 2457dca..ad6975b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ tokio = { version = "1.38.0", features = ["full"] } hex = "0.4.3" serde_json = "1.0.100" pcap-parser = "0.17" -etherparse = "0.19" +etherparse = "0.20" [[bench]] name = "netflow_parser_bench"