Skip to content

Commit

Permalink
dependency version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed May 26, 2024
1 parent d3df61b commit bd456fe
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 @@ -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"
Expand Down

0 comments on commit bd456fe

Please sign in to comment.