temporalio / sdk-core

Core Temporal SDK that can be used as a base for language specific Temporal SDKs
MIT License
262 stars 70 forks source link

Update dependencies #697

Closed djc closed 5 months ago

djc commented 5 months ago

What was changed

Update outdated dependencies

Why?

Should help reduce duplicate dependencies in downstream user's repositories. In particular, I noticed that the older derive_builder version pulls in older versions of syn and the darling crates.

Checklist

  1. How was this tested: cargo lint && cargo test-lint
  2. Any docs updates needed: no
djc commented 5 months ago

I think you can do tonic and otel now, actually!

Sushisource commented 5 months ago

I think you can do tonic and otel now, actually!

Oh sweet! I'm going to do that.