Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f436233

Browse files
committedMay 11, 2024·
update opentelemetry-http version for sdk
1 parent ae3db55 commit f436233

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎opentelemetry-sdk/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
- Update the return type of `TracerProvider.span_processors()` from `&Vec<Box<dyn SpanProcessor>>` to `&[Box<dyn SpanProcessor>]`.
3535
- Update the return type of `LoggerProvider.log_processors()` from `&Vec<Box<dyn LogProcessor>>` to `&[Box<dyn LogProcessor>]`.
3636
- Update `opentelemetry` dependency version to 0.23
37+
- Update `opentelemetry-http` dependency version to 0.12
3738

3839
## v0.22.1
3940

‎opentelemetry-sdk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rust-version = "1.65"
1111

1212
[dependencies]
1313
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 }
1515
async-std = { workspace = true, features = ["unstable"], optional = true }
1616
async-trait = { workspace = true, optional = true }
1717
futures-channel = "0.3"

0 commit comments

Comments
 (0)
Please sign in to comment.