cloudevents / sdk-rust

Rust library to interact with CloudEvents
Apache License 2.0
177 stars 61 forks source link

bump version of axum #204

Closed xiaoas closed 1 year ago

xiaoas commented 1 year ago

currently, cloudevents depend on axum 0.5 & axum-core 0.2

3 months ago, axum-core 0.3 was released and made changes to axum_core::FromRequest. To make cloudevents::Event implement FromRequest, we may either: