diff --git a/Cargo.toml b/Cargo.toml index 9a10055..3d5590c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -nom = "7.1.3" +nom = "8.0.0" mac_address = { version = "1.1.5", features = ["serde"] } serde = { version = "1.0.166", features = ["derive"] } uuid = { version = "1.21.0", features = ["serde"] }