Upgrade to hashlink 0.9

This commit is contained in:
Josh Stone 2024-01-09 15:56:55 -08:00
parent d3aaba2a4e
commit 950b88d69d

View File

@ -116,7 +116,7 @@ bundled-full = ["modern-full", "bundled"]
[dependencies] [dependencies]
time = { version = "0.3.0", features = ["formatting", "macros", "parsing"], optional = true } time = { version = "0.3.0", features = ["formatting", "macros", "parsing"], optional = true }
bitflags = "2.0" bitflags = "2.0"
hashlink = "0.8" hashlink = "0.9"
chrono = { version = "0.4", optional = true, default-features = false, features = ["clock"] } chrono = { version = "0.4", optional = true, default-features = false, features = ["clock"] }
serde_json = { version = "1.0", optional = true } serde_json = { version = "1.0", optional = true }
csv = { version = "1.1", optional = true } csv = { version = "1.1", optional = true }