From d50a53fa915b6b08e0c518fec04145dcc50d0140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 00:10:33 +0000 Subject: [PATCH] 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a67ebdc..cbf7678 100644 --- a/Cargo.toml +++ b/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"