Browse Source

Update ipstack requirement from 0.5 to 1.0

Updates the requirements on [ipstack](https://github.com/narrowlink/ipstack) to permit the latest version.
- [Release notes](https://github.com/narrowlink/ipstack/releases)
- [Commits](https://github.com/narrowlink/ipstack/compare/v.0.5.0...v.1.0.0)

---
updated-dependencies:
- dependency-name: ipstack
  dependency-version: 1.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
pull/238/head
dependabot[bot] 5 months ago
committed by GitHub
parent
commit
d50a53fa91
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      Cargo.toml

2
Cargo.toml

@ -38,7 +38,7 @@ env_logger = "0.11"
hashlink = "0.11"
hickory-proto = "0.25"
httparse = "1"
ipstack = { version = "0.5" }
ipstack = { version = "1.0" }
log = { version = "0.4", features = ["std"] }
mimalloc = { version = "0.1", default-features = false, optional = true }
percent-encoding = "2"

Loading…
Cancel
Save