Skip to content

Commit f253035

Browse files
gruebelcijothomas
andauthored
Bump thiserror to v2 (#153)
Co-authored-by: Cijo Thomas <[email protected]>
1 parent 2bdfc74 commit f253035

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

opentelemetry-datadog/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## vNext
44

5+
- Bump thiserror to 2.0
6+
57
## v0.15.0
68

79
### Changed

opentelemetry-datadog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rmp = "0.8"
3535
url = "2.2"
3636
reqwest = { version = "0.12", default-features = false, optional = true }
3737
surf = { version = "2.0", default-features = false, optional = true }
38-
thiserror = "1.0"
38+
thiserror = "2.0"
3939
http = "1"
4040
futures-core = "0.3"
4141
ryu = "1"

opentelemetry-stackdriver/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Changed
66

77
- Remove `server` feature from tonic dependency
8+
- Bump thiserror to 2.0
89

910
## v0.24.0
1011

opentelemetry-stackdriver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ opentelemetry_sdk = { workspace = true, features = ["trace"] }
1919
opentelemetry-semantic-conventions = { workspace = true}
2020
prost = "0.13"
2121
prost-types = "0.13"
22-
thiserror = "1.0.30"
22+
thiserror = "2.0"
2323
tonic = { version = "0.12", default-features = false, features = ["channel", "codegen", "gzip", "prost", "tls"] }
2424
once_cell = { version = "1.19", optional = true }
2525
tracing = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)