delta-incubator / delta-sharing-rs

A Minimalistic Rust Implementation of Delta Sharing Server.
MIT License
77 stars 8 forks source link

Move azure signing to object_store crate #34

Closed roeap closed 5 months ago

roeap commented 5 months ago

Contact Details

No response

Is your feature request related to a problem? Please describe.

When trying to update dependencies, there were some issues since our server (axum) and azure crates have conflicting dependencies on the base64 crate.

Updating dependencies is particularly important, since right now we have a large number of security findings from dependabot.

Describe the solution you'd like.

Use object_store for URL signing, such that we no longer need to pull in azure-* dependencies.

Code of Conduct