optimize domain name matching

This commit is contained in:
wyhaya
2019-12-31 20:07:51 +08:00
parent e81d6de355
commit d4d796d3b1
6 changed files with 217 additions and 125 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "updns"
version = "0.1.1"
version = "0.1.2"
edition = "2018"
authors = ["wyhaya <wyhaya@gmail.com>"]
@@ -24,4 +24,4 @@ futures = "0.3.1"
lazy_static = "1.4.0"
regex = "1.3.1"
time = "0.1.42"
tokio = {version = "0.2.2", features = ["fs", "io-util", "macros", "net", "stream", "time"]}
tokio = {version = "0.2.6", features = ["fs", "io-util", "macros", "net", "stream", "time"]}