Skip to content

Commit ae0c89b

Browse files
authored
chore: sort dependencies (#9)
1 parent 69c876d commit ae0c89b

File tree

2 files changed

+18
-20
lines changed

2 files changed

+18
-20
lines changed

src/workshop/Cargo.toml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,23 @@ edition = "2021"
77

88
[dependencies]
99
anyhow.workspace = true
10+
axum-tracing-opentelemetry.workspace = true
1011
axum.workspace = true
12+
opentelemetry-jaeger.workspace = true
13+
opentelemetry.workspace = true
1114
reqwest.workspace = true
15+
serde_yaml.workspace = true
1216
serde.workspace = true
1317
thiserror.workspace = true
14-
tracing.workspace = true
1518
tokio.workspace = true
16-
serde_yaml.workspace = true
17-
opentelemetry.workspace = true
18-
axum-tracing-opentelemetry.workspace = true
19-
20-
tracing-subscriber.workspace = true
21-
tracing-log.workspace = true
2219
tracing-bunyan-formatter.workspace = true
23-
opentelemetry-jaeger.workspace = true
20+
tracing-log.workspace = true
2421
tracing-opentelemetry.workspace = true
22+
tracing-subscriber.workspace = true
23+
tracing.workspace = true
2524

2625
[dev-dependencies]
27-
serde_json.workspace = true
28-
wiremock.workspace = true
2926
once_cell.workspace = true
27+
serde_json.workspace = true
3028
tempfile.workspace = true
29+
wiremock.workspace = true

src/yoda-taller/Cargo.toml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,23 @@ test_fixture = []
1010

1111
[dependencies]
1212
anyhow.workspace = true
13+
axum-tracing-opentelemetry.workspace = true
1314
axum.workspace = true
15+
opentelemetry-jaeger.workspace = true
16+
opentelemetry.workspace = true
1417
reqwest.workspace = true
18+
serde_yaml.workspace = true
1519
serde.workspace = true
1620
thiserror.workspace = true
17-
tracing.workspace = true
1821
tokio.workspace = true
19-
serde_yaml.workspace = true
20-
opentelemetry.workspace = true
21-
axum-tracing-opentelemetry.workspace = true
22-
23-
tracing-subscriber.workspace = true
24-
tracing-log.workspace = true
2522
tracing-bunyan-formatter.workspace = true
26-
opentelemetry-jaeger.workspace = true
23+
tracing-log.workspace = true
2724
tracing-opentelemetry.workspace = true
25+
tracing-subscriber.workspace = true
26+
tracing.workspace = true
2827

2928
[dev-dependencies]
30-
yoda-taller = { path = ".", features = ["test_fixture"]}
29+
once_cell.workspace = true
3130
serde_json.workspace = true
3231
wiremock.workspace = true
33-
once_cell.workspace = true
32+
yoda-taller = { path = ".", features = ["test_fixture"]}

0 commit comments

Comments
 (0)