From e929c883f5c0623eb6e1f222439494f5e763d727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:26:16 +0000 Subject: [PATCH] build(deps): update hashlink requirement from 0.9.0 to 0.10.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/kyren/hashlink/blob/master/CHANGELOG.md) - [Commits](https://github.com/kyren/hashlink/compare/v0.9.0...v0.10) --- updated-dependencies: - dependency-name: hashlink 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 1fe6420a..33cb678e 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.10.0" ip_network = { version = "0.4.1", optional = true } once_cell = "1.9.0" mini-moka = { version = "0.10", optional = true }