File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 34
34
- Update the return type of ` TracerProvider.span_processors() ` from ` &Vec<Box<dyn SpanProcessor>> ` to ` &[Box<dyn SpanProcessor>] ` .
35
35
- Update the return type of ` LoggerProvider.log_processors() ` from ` &Vec<Box<dyn LogProcessor>> ` to ` &[Box<dyn LogProcessor>] ` .
36
36
- Update ` opentelemetry ` dependency version to 0.23
37
+ - Update ` opentelemetry-http ` dependency version to 0.12
37
38
38
39
## v0.22.1
39
40
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rust-version = "1.65"
11
11
12
12
[dependencies ]
13
13
opentelemetry = { version = " 0.23" , path = " ../opentelemetry/" }
14
- opentelemetry-http = { version = " 0.11 " , path = " ../opentelemetry-http" , optional = true }
14
+ opentelemetry-http = { version = " 0.12 " , path = " ../opentelemetry-http" , optional = true }
15
15
async-std = { workspace = true , features = [" unstable" ], optional = true }
16
16
async-trait = { workspace = true , optional = true }
17
17
futures-channel = " 0.3"
You can’t perform that action at this time.
0 commit comments