Skip to content

Commit

Permalink
Merge pull request #4 from ixlab/dependabot/cargo/opencv-0.93.0
Browse files Browse the repository at this point in the history
Update opencv requirement from 0.92.2 to 0.93.0
  • Loading branch information
dominikWin authored Sep 16, 2024
2 parents 8caa669 + 28f87f1 commit 2d2c852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vidformer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde_json = "1.0"
uuid = { version = "1.7.0", features = ["v4", "fast-rng"] }
rayon = "1.9"
thiserror = "1.0.58"
opencv = { version = "0.92.2", default-features = false, features = ["clang-runtime", "imgproc"] }
opencv = { version = "0.93.0", default-features = false, features = ["clang-runtime", "imgproc"] }
crossbeam-channel = "0.5"
parking_lot = "0.12.2"
opendal = { version = "0.46", features = ["layers-blocking", "services-fs", "services-http"] }
Expand Down

0 comments on commit 2d2c852

Please sign in to comment.