Skip to content

Commit

Permalink
fix(api-rust): update rust crate opencv to v0.94.0 (#22650)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent 50a5faa commit 1e0e42a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions api-rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ axum = "=0.7.9"
dotenvy = "=0.15.7"
futures-util = "=0.3.31"
openai-api-rs = "=5.2.4"
opencv = { version = "=0.93.7", features = ["clang-runtime"] }
opencv = { version = "=0.94.0", features = ["clang-runtime"] }
serde = { version = "=1.0.217", features = ["derive"] }
tch = { version = "=0.18.1", features = ["download-libtorch"] }
tokio = { version = "=1.43.0", features = ["full"] }
Expand Down

0 comments on commit 1e0e42a

Please sign in to comment.