stackabletech / operator-rs

A simple wrapper/framework around kube-rs to make implementing Operators/Controllers easier
Apache License 2.0
116 stars 12 forks source link

chore(deps): Bump Rust dependencies #753

Closed Techassi closed 5 months ago

Techassi commented 5 months ago

This PR bumps various Rust dependencies. The changes pass the tests and cargo check.

The opentelemetry-jaeger crate was recently deprecated for opentelemetry-otlp, because Jaeger now natively supports the OTEL protocol. This requires a follow-up PR implementing the required changes.

Techassi commented 5 months ago

Spoke with @lfrancke and we decided to go forward for now. If we ever need to move away from that license, we can do so in the future.