Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jan 24, 2024
1 parent 25a64f0 commit 7754097
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 7754097

Please sign in to comment.