From 123f3f7ee5e3c3b3f52562e960ce003fdeaa0e58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 13:33:36 +0000 Subject: [PATCH] build(deps): update hashlink requirement from 0.9.0 to 0.11.0 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.9.0...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 24a8a7e9..717d0f52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ async-std = { version = "1.10.0", optional = true } async-trait = "0.1.52" globset = { version = "0.4.8", optional = true } -hashlink = "0.9.0" +hashlink = "0.11.0" ip_network = { version = "0.4.1", optional = true } once_cell = "1.9.0" mini-moka = { version = "0.10", optional = true }