diff --git a/rust/ltp/Cargo.toml b/rust/ltp/Cargo.toml index 00412544..4ede3203 100644 --- a/rust/ltp/Cargo.toml +++ b/rust/ltp/Cargo.toml @@ -69,4 +69,4 @@ serialization = ["serde", "serde_json", "apache-avro"] clap = { version = "4", features = ["derive"] } ndarray = "0.16" -ndarray-npy = { version = "0.8", features = ["npz"] } +ndarray-npy = { version = "0.9", features = ["npz"] }