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 }