From 263a5cbbb03ced830acaee1de6ff2bf50f2fd3e3 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Mon, 24 Mar 2025 20:27:45 +0100 Subject: [PATCH] chore: update dependencies This also updates the dependency to the latest create version of bwhc-dto-rs, containing new WHOGrading values (Version 2021). --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 99e7c78..c1afb10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ version = "1.5" version = "0.4" [dependencies.axum] -version = "0.7" +version = "0.8" features = ["tracing"] [dependencies.tracing-subscriber] @@ -55,7 +55,7 @@ features = ["v4"] version = "0.22" [dependencies.bcrypt] -version = "0.16" +version = "0.17" [dependencies.bwhc-dto] git = "https://github.com/ccc-mf/bwhc-dto-rs"