mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-20 13:59:10 +00:00
Update ipstack requirement from 0.1 to 0.2
--- updated-dependencies: - dependency-name: ipstack dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c5d907551b
commit
5396f15591
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ env_logger = "0.11"
|
||||||
hashlink = "0.10"
|
hashlink = "0.10"
|
||||||
hickory-proto = "0.24"
|
hickory-proto = "0.24"
|
||||||
httparse = "1"
|
httparse = "1"
|
||||||
ipstack = { version = "0.1" }
|
ipstack = { version = "0.2" }
|
||||||
log = { version = "0.4", features = ["std"] }
|
log = { version = "0.4", features = ["std"] }
|
||||||
mimalloc = { version = "0.1", default-features = false, optional = true }
|
mimalloc = { version = "0.1", default-features = false, optional = true }
|
||||||
percent-encoding = "2"
|
percent-encoding = "2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue