Skip to content

Commit 895334e

Browse files
Update typed-builder requirement from 0.12 to 0.18 (#1549)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b39800 commit 895334e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-zipkin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ opentelemetry-http = { version = "0.10", path = "../opentelemetry-http" }
3434
opentelemetry-semantic-conventions = { version = "0.13", path = "../opentelemetry-semantic-conventions" }
3535
serde_json = { workspace = true }
3636
serde = { workspace = true, features = ["derive"] }
37-
typed-builder = "0.12"
37+
typed-builder = "0.18"
3838
http = { workspace = true }
3939
reqwest = { workspace = true, optional = true}
4040
thiserror = { workspace = true }

0 commit comments

Comments
 (0)