diff --git a/Cargo.toml b/Cargo.toml index b78b5e5..ab98616 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ once_cell = { version = "1.17.1", optional = true } criterion = { version = "0.5.1", features = ["html_reports"] } csv = "1.1.6" image = "0.25.1" -nshare = { version = "0.9.0", features = ["ndarray", "image"] } +nshare = { version = "0.10.0", features = ["ndarray", "image"] } [[example]] name = "iterable"