From cf661f4a75a9b4c5547ded5f3ff056f0d8893f30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:18:29 +0000 Subject: [PATCH] Update hashlink requirement from 0.10 to 0.11 Updates the requirements on [hashlink](https://github.com/kyren/hashlink) to permit the latest version. - [Release notes](https://github.com/kyren/hashlink/releases) - [Changelog](https://github.com/djc/hashlink/blob/main/CHANGELOG.md) - [Commits](https://github.com/kyren/hashlink/compare/v0.10...v0.11.0) --- updated-dependencies: - dependency-name: hashlink dependency-version: 0.11.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 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" }