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

Upgrade several dependencies #153

Merged
merged 4 commits into from
Dec 17, 2024
Merged

Conversation

abrown
Copy link
Contributor

@abrown abrown commented Dec 9, 2024

This PR used cargo upgrade from the cargo-edit crate to upgrade several dependencies in this project. One notable absence is bindgen, which cargo upgrade says it could not upgrade in a compatible way (this is probably the right thing for now since it would require tweaks to the generated files).

This upgrade moves the version of anstream to 0.6.18 which resolves the unsoundness reported in RUSTSEC-2024-0404. anstream is used by the xtask crate (not public; only for local developer tooling) and as a test dependency of openvino-sys, so the unsoundness does not affect the published library crates.

This PR used `cargo upgrade` from the `cargo-edit` crate to upgrade
several dependencies in this project. One notable absence is `bindgen`,
which `cargo upgrade` says it could not upgrade in a compatible way
(this is probably the right thing for now since it would require tweaks
to the generated files).

This upgrade moves the version of `anstream` to 0.6.18 which resolves
the unsoundness reported in [RUSTSEC-2024-0404]. `anstream` is used by
the `xtask` crate (not public; only for local developer tooling) and as
a test dependency of `openvino-sys`, so the unsoundness does not affect
the published library crates.

[RUSTSEC-2024-0404]: https://rustsec.org/advisories/RUSTSEC-2024-0404
@abrown abrown marked this pull request as ready for review December 9, 2024 22:46
Copy link
Contributor

@rahulchaphalkar rahulchaphalkar left a comment

Choose a reason for hiding this comment

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

LGTM.

@rahulchaphalkar rahulchaphalkar merged commit 1318b87 into intel:main Dec 17, 2024
17 checks passed
@abrown abrown deleted the upgrade-deps branch December 17, 2024 18:27
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.

2 participants