Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rust deps #896

Merged
merged 2 commits into from
Apr 8, 2020
Merged

Conversation

tjkirch
Copy link
Contributor

@tjkirch tjkirch commented Apr 8, 2020

Issue number:

Fixes #892.

Description of changes:

commit fb83e25f04f703a07e78bd27ba0671902bd37459
Author: Tom Kirchner <tjk@amazon.com>
Date:   Tue Apr 7 16:37:16 2020 -0700

Update Rust dependencies

Only itertools and base64 had minor version updates, and their changelogs show
nothing relevant to our basic usage of them.
commit 4ff929129baddd828c9852272dd22543b042e65c
Author: Tom Kirchner <tjk@amazon.com>
Date:   Tue Apr 7 20:17:43 2020 -0700

Add MIT/Apache license file hashes to backtrace-sys clarify statement

These license files were added in the crates/backtrace-sys directory of the
archive, as symlinks to the files in the top level of the archive.  This makes
the scanner find them for the backtrace-sys crate explicitly, so they need to
be listed in the license files of the backtrace-sys clarification, otherwise we
get a file mismatch error.

Testing done:

Unit tests pass. Made an AMI, it joined my cluster and ran a pod OK. The cluster certificate is the only thing using the base64 code, so we know that worked, and thar-be-settings is the only thing using itertools, and user data was OK, so we know that worked.

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

Only itertools and base64 had minor version updates, and their changelogs show
nothing relevant to our basic usage of them.
These license files were added in the crates/backtrace-sys directory of the
archive, as symlinks to the files in the top level of the archive.  This makes
the scanner find them for the backtrace-sys crate explicitly, so they need to
be listed in the license files of the backtrace-sys clarification, otherwise we
get a file mismatch error.
@tjkirch tjkirch requested a review from iliana April 8, 2020 03:32
Copy link
Contributor

@zmrow zmrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📌

@tjkirch tjkirch merged commit 23e4d53 into bottlerocket-os:develop Apr 8, 2020
@tjkirch tjkirch deleted the update-rust-deps branch April 8, 2020 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Rust dependencies
4 participants