Open fuyufjh opened 11 months ago
Waiting for a new release of tonic: https://github.com/hyperium/tonic/issues/1734
The major blocker now is the resolution conflict with the dependencies specified as =x.y.z
in arrow-udf-deno -> deno-xxx
. After some consideration, I think we have to
deno
version in arrow-udf-deno
, which requires some advanced knowledge of deno
internalsThe major blocker now is the resolution conflict with the dependencies specified as
=x.y.z
inarrow-udf-deno -> deno-xxx
. After some consideration, I think we have to
- either bump the
deno
version inarrow-udf-deno
, which requires some advanced knowledge ofdeno
internals- or drop its support as in chore(dep): bump arrow-udf-flight #17544
+1 for dropping the dependency. Introducing deno
as a dependency is more painful than we thought before.
Hyper 1.0 has released. It seems that 0.14.x branch won't be updated any longer, so let's migrate to 1.0.
https://github.com/hyperium/hyper/releases
Related dependencies that might need to be upgraded together:
@BugenZhao External blockers: