From 6b365925559d11a66be8fac3ae48fd009f0cbf55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 14:49:51 +0000 Subject: [PATCH] chore(deps): update nshare requirement from 0.9.0 to 0.10.0 Updates the requirements on [nshare](https://github.com/rust-cv/nshare) to permit the latest version. - [Commits](https://github.com/rust-cv/nshare/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: nshare dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"