From 77540976affcab2e56a1a6f3531352fcdc1fcfa0 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Wed, 24 Jan 2024 13:27:55 +0100 Subject: [PATCH] updated dependencies --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d9bf1c9..5cfd777 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,18 +13,18 @@ repository = "https://github.com/annotation/stam-rust" keywords = [ "text-processing", "annotation", "linguistics", "standoff", "nlp"] [dependencies] -chrono = "0.4.26" +#chrono = "0.4.26" sealed = "0.5.0" serde = { version = "1.0.189", features = ["derive"] } -serde_json = "1.0.107" -serde_path_to_error = "0.1.14" -smallvec = { version = "1.11.2", features = ["union"] } -regex = "1.10.1" +serde_json = "1.0.111" +serde_path_to_error = "0.1.15" +smallvec = { version = "1.13.1", features = ["union"] } +regex = "1.10.3" nanoid = "0.4.0" csv = "1.3.0" datasize = { version = "0.2.15", features = ["smallvec-types"] } minicbor = { version = "0.20.0", features = ["derive","std" ] } -rayon = "1.8.0" +rayon = "1.8.1" [features] default = ["csv"]