diff --git a/Cargo.toml b/Cargo.toml index bfcd2ca..e01ae7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,14 +13,14 @@ repository = "https://github.com/annotation/stam-tools" keywords = [ "text-processing", "annotation", "linguistics", "standoff", "nlp"] [dependencies] -stam = { version = "0.13.0" } +stam = { version = "0.14.0" } clap = "3.2.23" html-escape = "0.2.13" seal = "0.1.5" atty = "0.2.14" -roxmltree = "0.19.0" -serde = { version = "1.0.199", features = ["derive"] } -toml = "0.8.12" +roxmltree = "0.20.0" +serde = { version = "1.0.203", features = ["derive"] } +toml = "0.8.13" [lib] name = "stamtools"