Skip to content

Commit 44f4d2f

Browse files
committed
version bump + dependency upgrade
1 parent 7ab9301 commit 44f4d2f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stam"
3-
version = "0.16.4"
3+
version = "0.16.5"
44
edition = "2021"
55
authors = ["Maarten van Gompel <proycon@anaproy.nl>"]
66
description = "STAM is a powerful library for dealing with stand-off annotations on text. This is the Rust library."
@@ -15,15 +15,15 @@ keywords = [ "text-processing", "annotation", "linguistics", "standoff", "nlp"]
1515
[dependencies]
1616
chrono = { version = "0.4.38", features = ["serde"] }
1717
sealed = "0.5.0"
18-
serde = { version = "1.0.210", features = ["derive"] }
19-
serde_json = "1.0.128"
18+
serde = { version = "1.0.215", features = ["derive"] }
19+
serde_json = "1.0.133"
2020
serde_path_to_error = "0.1.16"
2121
smallvec = { version = "1.13.2", features = ["union"] }
22-
regex = "1.10.6"
22+
regex = "1.11.1"
2323
nanoid = "0.4.0"
24-
csv = "1.3.0"
24+
csv = "1.3.1"
2525
datasize = { version = "0.2.15", features = ["smallvec-types"] }
26-
minicbor = { version = "0.24.2", features = ["derive","std" ] }
26+
minicbor = { version = "0.25.1", features = ["derive","std" ] }
2727
rayon = "1.10.0"
2828
sha1 = "0.10.6"
2929
base16ct = { version = "0.2.0", features = ["alloc"] }

0 commit comments

Comments
 (0)