Closed roeap closed 10 months ago
No response
When trying to update dependencies, there were some issues since our server (axum) and azure crates have conflicting dependencies on the base64 crate.
base64
Updating dependencies is particularly important, since right now we have a large number of security findings from dependabot.
Use object_store for URL signing, such that we no longer need to pull in azure-* dependencies.
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