Skip to content

Commit

Permalink
fix(udp-receiver): update rust crate tokio to v1.43.0 (#22470)
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 174f51c commit e551c01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions network-programmability/udp/udp-receiver/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 network-programmability/udp/udp-receiver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
prost = "=0.13.4"
socket2 = "=0.5.8"
tokio = { version = "=1.42.0", features = ["full"] }
tokio = { version = "=1.43.0", features = ["full"] }

[dev-dependencies]
clippy = "=0.0.302"
Expand Down

0 comments on commit e551c01

Please sign in to comment.