From 950b88d69d49f64e18cde5641bca67dd36c0ec0a Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 9 Jan 2024 15:56:55 -0800 Subject: [PATCH] Upgrade to hashlink 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94cc830..b0e104d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ bundled-full = ["modern-full", "bundled"] [dependencies] time = { version = "0.3.0", features = ["formatting", "macros", "parsing"], optional = true } bitflags = "2.0" -hashlink = "0.8" +hashlink = "0.9" chrono = { version = "0.4", optional = true, default-features = false, features = ["clock"] } serde_json = { version = "1.0", optional = true } csv = { version = "1.1", optional = true }