Skip to content

Commit

Permalink
fix(udp-kafka-bridge): update rust crate tokio to v1.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent cd82e72 commit 7591253
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions hm-kafka/kafka-client/kafka-rust/udp-kafka-bridge/Cargo.lock

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 @@ -14,7 +14,7 @@ schema_registry_converter = { version = "=4.2.0", features = [
"proto_raw",
] }
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 7591253

Please sign in to comment.