From fc57ed4749056e0b75182ec512a0426ea8e82b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 11:24:46 +0800 Subject: [PATCH] Update hashlink requirement from 0.11.0 to 0.12.0 (#255) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a5ea75..ec35376 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ ctrlc2 = { version = "4.0.0", features = ["async", "termination"] } digest_auth = "0.3.1" dotenvy = "0.15.7" env_logger = "0.11.10" -hashlink = "0.11.0" +hashlink = "0.12.0" hickory-proto = "0.26.1" httparse = "1.10.1" ipstack = { version = "1.0.0" }