oras-project / rust-oci-client

A Rust crate to interact with OCI registries
Apache License 2.0
90 stars 47 forks source link

fix(CI): address warnings of cargo deny #84

Closed flavio closed 1 year ago

flavio commented 1 year ago

Address the warnings produced by cargo deny.

Warning: I set cargo deny to allow duplicate versions of the same crate to be used. @thomastaylor312, @bacongobbler are you fine with that?

flavio commented 1 year ago

@bacongobbler, @thomastaylor312: can you take a look please? All the tests are passing now

flavio commented 1 year ago

I'm going to merge this PR, since all the PR checks are failing due to that. We can revert the change later if we want