From fac5a47c4c0342b59f134daacaaf186599255a00 Mon Sep 17 00:00:00 2001 From: gwenn Date: Wed, 7 Oct 2020 16:23:47 +0200 Subject: [PATCH] Upgrade to hashlink 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f6fcd1..936695b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ bundled-full = [ [dependencies] time = { version = "0.2", optional = true } bitflags = "1.2" -hashlink = "0.5" +hashlink = "0.6" chrono = { version = "0.4", optional = true } serde_json = { version = "1.0", optional = true } csv = { version = "1.1", optional = true }