Arnavion / k8s-openapi

Rust definitions of the resource types in the Kubernetes client API
Apache License 2.0
379 stars 41 forks source link

Update bytes to v1 #85

Closed kazk closed 3 years ago

kazk commented 3 years ago

@Arnavion Thanks for k8s-openapi :)

kube updated to tokio v1, and it'll be nice to avoid having two versions of bytes.

Changelogs:

Arnavion commented 3 years ago

I was waiting for reqwest to update to the new tokio and hyper first. I see now that that's happened, so I'll update everything.