diff --git a/Cargo.lock b/Cargo.lock index b73013a7..97d7e35f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -440,9 +440,9 @@ checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be" [[package]] name = "etherparse" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcb08c4aab4e2985045305551e67126b43f1b6b136bc4e1cd87fb0327877a611" +checksum = "827292ea592108849932ad8e30218f8b1f21c0dfd0696698a18b5d0aed62d990" dependencies = [ "arrayvec", ] diff --git a/boringtun/Cargo.toml b/boringtun/Cargo.toml index 9232d767..9c7f2b3d 100644 --- a/boringtun/Cargo.toml +++ b/boringtun/Cargo.toml @@ -52,7 +52,7 @@ nix = { version = "0.25", default-features = false, features = [ ] } [dev-dependencies] -etherparse = "0.12" +etherparse = "0.13" tracing-subscriber = "0.3" criterion = { version = "0.3.5", features = ["html_reports"] }