Skip to content

Commit

Permalink
fix(api-rust): update rust crate tokio to v1.43.0 (#22463)
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 9, 2025
1 parent cd82e72 commit 611c241
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 @@ -14,7 +14,7 @@ openai-api-rs = "=5.2.4"
opencv = { version = "=0.93.5", features = ["clang-runtime"] }
serde = { version = "=1.0.217", features = ["derive"] }
tch = { version = "=0.18.1", features = ["download-libtorch"] }
tokio = { version = "=1.42.0", features = ["full"] }
tokio = { version = "=1.43.0", features = ["full"] }
tokio-stream = "=0.1.17"
tower = "=0.5.2"
tower-http = { version = "=0.6.2", features = [
Expand Down

0 comments on commit 611c241

Please sign in to comment.