From fcdabadfead12f03c9d734725c73050822d81a8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 01:52:38 +0000 Subject: [PATCH] chore(deps): bump opencv from 0.99.0 to 0.100.1 Bumps [opencv](https://github.com/twistedfall/opencv-rust) from 0.99.0 to 0.100.1. - [Changelog](https://github.com/twistedfall/opencv-rust/blob/master/CHANGES.md) - [Commits](https://github.com/twistedfall/opencv-rust/compare/v0.99.0...v0.100.1) --- updated-dependencies: - dependency-name: opencv dependency-version: 0.100.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 +++++++++++---- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3bfc319..4854dbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1381,9 +1381,9 @@ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" [[package]] name = "opencv" -version = "0.99.0" +version = "0.100.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e64a4ee03d2ec18c19d62b7fa4f570840c424853343ac085a9e3cedc60d88c4b" +checksum = "08cb1e12c6c3f533f6b1f2c573c73ea42e07e75c4891af6cea9679508fd61e1f" dependencies = [ "cc", "dunce", @@ -1396,13 +1396,14 @@ dependencies = [ "shlex", "vcpkg", "windows", + "winsplit", ] [[package]] name = "opencv-binding-generator" -version = "0.102.0" +version = "0.105.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6df5c8a6b61606e5581388ce115393f14691d9bbb1756a364c559d94a466405" +checksum = "619e1ab8e9b95beb1eb7919ab34710027894db29428634f6680dfde15eb004f0" dependencies = [ "clang", "clang-sys", @@ -2878,6 +2879,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" +[[package]] +name = "winsplit" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ab703352da6a72f35c39a533526393725640575bb211f61987a2748323ad956" + [[package]] name = "wit-bindgen" version = "0.57.1" diff --git a/Cargo.toml b/Cargo.toml index a621894..947948f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ version = "0.17.2" optional = true [dependencies.opencv] -version = "^0.99.0" +version = "^0.100.1" optional = true [dependencies.ort]