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 also updates the dependency to the latest create version of
bwhc-dto-rs, containing new WHOGrading values (Version 2021).
This commit is contained in:
Paul-Christian Volkmer 2025-03-24 20:27:45 +01:00
parent e1b9ba1ee5
commit 263a5cbbb0

View File

@ -19,7 +19,7 @@ version = "1.5"
version = "0.4" version = "0.4"
[dependencies.axum] [dependencies.axum]
version = "0.7" version = "0.8"
features = ["tracing"] features = ["tracing"]
[dependencies.tracing-subscriber] [dependencies.tracing-subscriber]
@ -55,7 +55,7 @@ features = ["v4"]
version = "0.22" version = "0.22"
[dependencies.bcrypt] [dependencies.bcrypt]
version = "0.16" version = "0.17"
[dependencies.bwhc-dto] [dependencies.bwhc-dto]
git = "https://github.com/ccc-mf/bwhc-dto-rs" git = "https://github.com/ccc-mf/bwhc-dto-rs"