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