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:
dependabot[bot] 2025-02-17 00:43:16 +00:00 committed by GitHub
parent c5d907551b
commit 5396f15591
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"