diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 6c4dc0462..ac760e21a 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1855,9 +1855,9 @@ checksum = "a5d9305ccc6942a704f4335694ecd3de2ea531b114ac2d51f5f843750787a92f" [[package]] name = "etherparse" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21696e6dfe1057a166a042c6d27b89a46aad2ee1003e6e1e03c49d54fd3270d7" +checksum = "b8d8a704b617484e9d867a0423cd45f7577f008c4068e2e33378f8d3860a6d73" dependencies = [ "arrayvec", ] diff --git a/rust/ip-packet/Cargo.toml b/rust/ip-packet/Cargo.toml index 79f691687..23ad4d5b3 100644 --- a/rust/ip-packet/Cargo.toml +++ b/rust/ip-packet/Cargo.toml @@ -11,7 +11,7 @@ proptest = ["dep:proptest"] [dependencies] anyhow = "1.0.86" -etherparse = "0.15" +etherparse = "0.16" proptest = { version = "1", optional = true } thiserror = "1" tracing = "0.1"