From f5ac09c3186f73d3e28a65d2dd59189f4305d3d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 22:25:42 +0000 Subject: [PATCH] Update hashlink requirement from 0.8 to 0.9 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.8.0...v0.9.0) --- 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 4a472d7a..281487cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ polars = ["dep:polars"] [dependencies] # time = { version = "0.3.2", features = ["formatting", "parsing"], optional = true } -hashlink = "0.8" +hashlink = "0.9" chrono = { version = "0.4.22", optional = true } serde_json = { version = "1.0", optional = true } csv = { version = "1.1", optional = true }