api_client: Add license info to api_client crate#7657
Merged
rbradford merged 1 commit intocloud-hypervisor:mainfrom Feb 3, 2026
Merged
api_client: Add license info to api_client crate#7657rbradford merged 1 commit intocloud-hypervisor:mainfrom
rbradford merged 1 commit intocloud-hypervisor:mainfrom
Conversation
rbradford
reviewed
Feb 3, 2026
In kata-containers we use the api_client crate, but it's currently failing our cargo deny check due to missing license, and there aren't any license files within the crate, so I haven't found a good way to work around this. Alternatively I'd be happy to add the license to the workspace crate and then reference it here, but that seems to clash with the direction of the project in cloud-hypervisor#7525. Signed-off-by: stevenhorsman <steven@uk.ibm.com>
1eb6d93 to
54f2c32
Compare
rbradford
approved these changes
Feb 3, 2026
Merged
via the queue into
cloud-hypervisor:main
with commit Feb 3, 2026
512c3ea
43 of 45 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi team, in kata-containers we use the
api_clientcrate, but it's currently failing our cargo deny check due to missing license, and there aren't any license files within the crate, so I haven't found a good way to work around this.Alternatively I'd be happy to add the license to the workspace crate and then reference it here, but that seems to clash with the direction of the project in #7525.
For reference, here is the cargo deny output: