Skip to content

Commit

Permalink
fix(zeromq-iads-bridge): update rust crate tempfile to v3.17.0 (#23967)
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 Feb 16, 2025
1 parent 969f2d9 commit 095bc3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -10,7 +10,7 @@ chrono = "=0.4.39"
dotenvy = "=0.15.7"
prost = "=0.13.5"
serde = { version = "=1.0.217", features = ["derive"] }
tempfile = "=3.16.0"
tempfile = "=3.17.0"
tokio = { version = "=1.43.0", features = ["full"] }
windows = { version = "=0.58.0", features = ["Win32_System_Com"] }
zeromq = "=0.4.1"
Expand Down

0 comments on commit 095bc3d

Please sign in to comment.