We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb146c commit 5054c6fCopy full SHA for 5054c6f
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "stam"
3
-version = "0.18.4"
+version = "0.18.5"
4
edition = "2021"
5
authors = ["Maarten van Gompel <proycon@anaproy.nl>"]
6
description = "STAM is a powerful library for dealing with stand-off annotations on text. This is the Rust library."
@@ -23,7 +23,7 @@ regex = "1.11.2"
23
nanoid = "0.4.0"
24
csv = "1.3.1"
25
datasize = { version = "0.2.15", features = ["smallvec-types"] }
26
-minicbor = { version = "2.1.1", features = ["derive","std" ] }
+minicbor = { version = "0.26.5", features = ["derive","std" ] }
27
rayon = "1.11.0"
28
sha1 = "0.10.6"
29
base16ct = { version = "0.1.1", features = ["alloc"] }
0 commit comments