1
0
mirror of https://github.com/CCC-MF/bwhc-kafka-rest-proxy.git synced 2025-04-19 11:06:51 +00:00

chore: update tokio dependency

This commit is contained in:
Paul-Christian Volkmer 2024-06-14 20:09:42 +02:00
parent f4cb8f9562
commit e003704c02

View File

@ -32,7 +32,7 @@ version = "0.3"
version = "0.1"
[dependencies.tokio]
version = "1.37"
version = "1.38"
features = ["rt-multi-thread"]
[dependencies.tower-http]
@ -69,4 +69,4 @@ opt-level = "s"
codegen-units = 1
lto = "thin"
strip = true
panic = "abort"
panic = "abort"