Skip to content

Commit

Permalink
fix(zeromq-iads-bridge): update rust crate serde to v1.0.217 (#21992)
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 Dec 27, 2024
1 parent 5dc3442 commit e1c8c27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.

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

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ axum = "=0.7.9"
chrono = "=0.4.39"
dotenvy = "=0.15.7"
prost = "=0.13.4"
serde = { version = "=1.0.216", features = ["derive"] }
serde = { version = "=1.0.217", features = ["derive"] }
tempfile = "=3.14.0"
tokio = { version = "=1.42.0", features = ["full"] }
windows = { version = "=0.58.0", features = ["Win32_System_Com"] }
Expand Down

0 comments on commit e1c8c27

Please sign in to comment.