diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 7e1dfde..e1fcfaa 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -20,7 +20,7 @@ tokio-stream = { version = "0.1", features = ["net"] } clap = "2.33" futures = "=0.3.16" futures-core = "=0.3.16" -patricia_tree = "0.3" +patricia_tree = "0.5" regex = "1" hostname = "0.3" fnv = "1.0"