Skip to content

Commit baa7199

Browse files
MidasLambdjc
authored andcommitted
Update minimal thiserror requirement
The repository uses `transparent`, which was added in v1.0.7: https://github.com/dtolnay/thiserror/releases/tag/1.0.7
1 parent 8748fb8 commit baa7199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ futures-sink = "0.3"
2626
indexmap = "2.0"
2727
once_cell = "1.12.0"
2828
pin-project-lite = { version = "0.2", optional = true }
29-
thiserror = "1"
29+
thiserror = "1.0.7"
3030
urlencoding = "2.1.2"
3131

3232
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies]

0 commit comments

Comments
 (0)