File tree 7 files changed +7
-7
lines changed
axum-tracing-opentelemetry
testing-tracing-opentelemetry
tonic-tracing-opentelemetry
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ exclude = ["target"]
14
14
15
15
[workspace .package ]
16
16
edition = " 2021"
17
- version = " 0.14.1 "
17
+ version = " 0.15.0 "
18
18
authors = [" David Bernard" ]
19
19
license = " CC0-1.0"
20
20
repository = " https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ tracing = { workspace = true }
30
30
tracing-opentelemetry = { workspace = true }
31
31
tracing-opentelemetry-instrumentation-sdk = { path = " ../tracing-opentelemetry-instrumentation-sdk" , features = [
32
32
" http" ,
33
- ], version = " 0.14 " }
33
+ ], version = " 0.15 " }
34
34
35
35
[dev-dependencies ]
36
36
fake-opentelemetry-collector = { path = " ../fake-opentelemetry-collector" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " examples-axum-otlp"
3
- version = " 0.14.1 "
3
+ version = " 0.15.0 "
4
4
edition = " 2021"
5
5
publish = false
6
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " examples-grpc"
3
- version = " 0.14.1 "
3
+ version = " 0.15.0 "
4
4
edition = " 2021"
5
5
publish = false
6
6
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " examples-load"
3
- version = " 0.14.1 "
3
+ version = " 0.15.0 "
4
4
edition = " 2021"
5
5
publish = false
6
6
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ license.workspace = true
14
14
15
15
[dependencies ]
16
16
assert2 = " 0.3"
17
- fake-opentelemetry-collector = { path = " ../fake-opentelemetry-collector" , version = " 0.14 " }
17
+ fake-opentelemetry-collector = { path = " ../fake-opentelemetry-collector" , version = " 0.15 " }
18
18
insta = { version = " 1.29.0" , features = [" yaml" , " redactions" ] }
19
19
opentelemetry = { workspace = true }
20
20
opentelemetry_sdk = { workspace = true }
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ tracing = { workspace = true }
31
31
tracing-opentelemetry = { workspace = true }
32
32
tracing-opentelemetry-instrumentation-sdk = { path = " ../tracing-opentelemetry-instrumentation-sdk" , features = [
33
33
" http" ,
34
- ], version = " 0.14 " }
34
+ ], version = " 0.15 " }
35
35
36
36
[dev-dependencies ]
37
37
axum = " 0.6"
You can’t perform that action at this time.
0 commit comments