Skip to content

Commit

Permalink
fix(api-rust): update rust crate serde to v1.0.219 (#24903)
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 Mar 9, 2025
1 parent a10528e commit 398919c
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 @@ -12,7 +12,7 @@ dotenvy = "=0.15.7"
futures-util = "=0.3.31"
openai-api-rs = "=6.0.1"
opencv = { version = "=0.94.2", features = ["clang-runtime"] }
serde = { version = "=1.0.218", features = ["derive"] }
serde = { version = "=1.0.219", features = ["derive"] }
tch = { version = "=0.19.0", features = ["download-libtorch"] }
tokio = { version = "=1.44.0", features = ["full"] }
tokio-stream = "=0.1.17"
Expand Down

0 comments on commit 398919c

Please sign in to comment.