Skip to content

Commit 3bd9fb7

Browse files
committed
Fix test
1 parent 744c0d6 commit 3bd9fb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rust/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ serde_json = "1.0"
1717
tokio = { version = ">=1.0, <1.48", features = ["rt", "rt-multi-thread", "net", "time", "macros", "sync"] }
1818
idna = "0.5"
1919
url = "2.0"
20+
icu_provider = "1.5"
21+
icu_normalizer = "1.5"
22+
icu_collections = "1.5"
23+
icu_properties = "1.5"
2024

2125
[dev-dependencies]
2226
tokio-test = "0.4"

0 commit comments

Comments
 (0)