From 657750feb7de4068252e8abb4629f0c5df3b5427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 11:39:38 +0800 Subject: [PATCH] Update hashlink requirement from 0.7 to 0.8 (#40) 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.7.0...v0.8.0) --- updated-dependencies: - dependency-name: hashlink dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index daf0f4e9..9fbdca3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ modern-full = [ [dependencies] # time = { version = "0.3.2", features = ["formatting", "parsing"], optional = true } -hashlink = "0.7" +hashlink = "0.8" chrono = { version = "0.4", optional = true } serde_json = { version = "1.0", optional = true } csv = { version = "1.1", optional = true }