1
0
mirror of https://github.com/CCC-MF/bwhc-kafka-rest-proxy.git synced 2025-07-01 16:02:54 +00:00

chore: update tokio crate dependency

This commit is contained in:
2024-04-02 09:10:43 +02:00
parent e225cb73e4
commit f0e6794124

View File

@ -32,7 +32,7 @@ version = "0.3"
version = "0.1" version = "0.1"
[dependencies.tokio] [dependencies.tokio]
version = "1.36" version = "1.37"
features = ["rt-multi-thread"] features = ["rt-multi-thread"]
[dependencies.tower-http] [dependencies.tower-http]