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

chore: update dependencies

This commit is contained in:
Paul-Christian Volkmer 2025-04-07 20:15:58 +02:00
parent 263a5cbbb0
commit 21f0c515a0

View File

@ -29,7 +29,7 @@ version = "0.3"
version = "0.1" version = "0.1"
[dependencies.tokio] [dependencies.tokio]
version = "1.42" version = "1.44"
features = ["rt-multi-thread"] features = ["rt-multi-thread"]
[dependencies.tower-http] [dependencies.tower-http]
@ -48,7 +48,7 @@ version = "0.37"
features = ["cmake-build", "libz-static"] features = ["cmake-build", "libz-static"]
[dependencies.uuid] [dependencies.uuid]
version = "1.8" version = "1.16"
features = ["v4"] features = ["v4"]
[dependencies.base64] [dependencies.base64]