From 8726000841531be10c337dd30a85d7530fe0e129 Mon Sep 17 00:00:00 2001 From: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com> Date: Sat, 9 Mar 2024 09:48:14 +0100 Subject: [PATCH] wip --- src/yoda-taller/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yoda-taller/Cargo.toml b/src/yoda-taller/Cargo.toml index efa3014..7ee94ab 100644 --- a/src/yoda-taller/Cargo.toml +++ b/src/yoda-taller/Cargo.toml @@ -14,8 +14,8 @@ axum.workspace = true reqwest.workspace = true serde.workspace = true thiserror.workspace = true -tracing.workspace = true tokio.workspace = true +tracing.workspace = true serde_yaml.workspace = true opentelemetry.workspace = true axum-tracing-opentelemetry.workspace = true