oras-project / rust-oci-client

A Rust crate to interact with OCI registries
Apache License 2.0
86 stars 45 forks source link

fix(deny): Fixes license issues with deny check #138

Closed thomastaylor312 closed 1 month ago

thomastaylor312 commented 1 month ago

After running a cargo update, some of the derive crates used by testcontainers (a dev dependency) are pulling in unicode parsing with the unicode-3.0 license which is the most recent.

As we already had a unicode exception in and since it is an OSI approved license, we should be ok here