From 8307ad87fd815ddce54041d41113c12a7fa48bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 11:38:21 +0800 Subject: [PATCH] Update hashlink requirement from 0.10 to 0.11 (#230) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6dc54ca..ae4dd80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ ctrlc2 = { version = "3.6.5", features = ["async", "termination"] } digest_auth = "0.3" dotenvy = "0.15" env_logger = "0.11" -hashlink = "0.10" +hashlink = "0.11" hickory-proto = "0.25" httparse = "1" ipstack = { version = "0.5" }