From adfa94f1ec3244481d5d4f8bcee48f8dcbd39677 Mon Sep 17 00:00:00 2001 From: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com> Date: Sat, 9 Mar 2024 09:48:48 +0100 Subject: [PATCH] wip --- src/workshop/Cargo.toml | 2 +- src/yoda-taller/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/workshop/Cargo.toml b/src/workshop/Cargo.toml index e8be6ad..cdc9c3d 100644 --- a/src/workshop/Cargo.toml +++ b/src/workshop/Cargo.toml @@ -11,8 +11,8 @@ axum.workspace = true reqwest.workspace = true serde.workspace = true thiserror.workspace = true -tokio.workspace = true tracing.workspace = true +tokio.workspace = true serde_yaml.workspace = true opentelemetry.workspace = true axum-tracing-opentelemetry.workspace = true diff --git a/src/yoda-taller/Cargo.toml b/src/yoda-taller/Cargo.toml index 7ee94ab..efa3014 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 -tokio.workspace = true tracing.workspace = true +tokio.workspace = true serde_yaml.workspace = true opentelemetry.workspace = true axum-tracing-opentelemetry.workspace = true