From 9bd054383694c7d7213db4ffa7bff6e0d040b7f2 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Thu, 22 Feb 2024 17:21:33 +0100 Subject: [PATCH] dependency version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 536eceb..56916b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/annotation/stam-tools" keywords = [ "text-processing", "annotation", "linguistics", "standoff", "nlp"] [dependencies] -stam = { version = "0.9.0" } +stam = { version = "0.10.1" } clap = "3.2.23" html-escape = "0.2.13" seal = "0.1.5"