Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 210704d

Browse files
committed
update dependency version
1 parent c298150 commit 210704d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokenizations"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
license = "MIT"
55
edition = "2018"
66
description = "Tokenizations alignments library"
@@ -12,7 +12,7 @@ readme = "README.md"
1212
documentation = "https://docs.rs/tokenizations"
1313

1414
[dependencies]
15-
unicode-normalization = "0.1.8"
15+
unicode-normalization = "0.1.17"
1616
seqdiff = "0.3"
1717

1818
[dev-dependencies]

0 commit comments

Comments
 (0)