Skip to content

Commit

Permalink
chore(deps): update nshare requirement from 0.9.0 to 0.10.0
Browse files Browse the repository at this point in the history
Updates the requirements on [nshare](https://github.com/rust-cv/nshare) to permit the latest version.
- [Commits](rust-cv/nshare@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: nshare
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent 24de4de commit 028fdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "image"
Expand Down

0 comments on commit 028fdda

Please sign in to comment.