From ce3b1aeab117208f21da874380a85bbd7a985518 Mon Sep 17 00:00:00 2001 From: Min Kim Date: Tue, 10 Dec 2024 13:50:29 -0800 Subject: [PATCH] Update dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 55e53f9..cb17102 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ codecov = { repository = "petabi/structured", service = "github" } arrow = "53" chrono = { version = "0.4.31", default-features = false, features = ["serde"] } csv-core = "0.1" -itertools = "0.11" +itertools = "0.13" num-traits = "0.2" ordered-float = { version = "4.1.0", default-features = false } percent-encoding = "2.1" @@ -29,9 +29,9 @@ regex = "1" serde = { version = "1", features = ["derive"] } serde_json = { version = "1.0.107", features = ["preserve_order"] } statistical = "1" -strum = "0.25" -strum_macros = "0.25" -thiserror = "1" +strum = "0.26" +strum_macros = "0.26" +thiserror = "2" [dev-dependencies] ahash = "0.8"