minghuaw / azeventhubs

Unofficial Azure Event Hubs SDK over AMQP 1.0 for rust
4 stars 2 forks source link

Upcoming breaking update in dependencies `fe2o3-amqp` #21

Open minghuaw opened 7 months ago

minghuaw commented 7 months ago

The underlying AMQP 1.0 implementation fe2o3-amqp is expecting to have a breaking release (minghuaw/fe2o3-amqp#215), which would also include an upgrade of the crate http to "1.0" (part of the hyper ecosystem). This could introduce conflict with reqwest, which is a dependency in azure_core and is planning to upgrade hyper to "1.0" (seanmonstar/reqwest#2039).

Due to the potential conflict, fe2o3-amqp would remain "0.8" versions until upgraded reqwest is incorporated into azure_core.