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 }