optimize domain name matching
This commit is contained in:
@@ -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"]}
|
||||
Reference in New Issue
Block a user