Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni committed Mar 9, 2024
1 parent 8726000 commit adfa94f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/workshop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/yoda-taller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adfa94f

Please sign in to comment.