Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
msk committed Dec 10, 2024
1 parent f19dbbf commit ce3b1ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ 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"
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"
Expand Down

0 comments on commit ce3b1ae

Please sign in to comment.