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 yanked dependencies #5116

Closed
ognevny opened this issue Nov 10, 2023 · 1 comment · May be fixed by #5119
Closed

update yanked dependencies #5116

ognevny opened this issue Nov 10, 2023 · 1 comment · May be fixed by #5119
Labels
A-packaging About the packaging of RustPython crates good first issue Good for newcomers

Comments

@ognevny
Copy link
Contributor

ognevny commented Nov 10, 2023

Summary

some dependencies are yanked

Details

while building RustPython for x86_64-pc-windows-gnu with

WINAPI_NO_BUNDLED_LIBRARIES=1 \
    cargo build --release --locked --features "bz2 jit ssl freeze-stdlib"

I recieve this warnings

warning: package `ahash v0.8.3` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
warning: package `crossbeam-channel v0.5.6` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
warning: package `hermit-abi v0.3.1` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
@youknowone youknowone added good first issue Good for newcomers A-packaging About the packaging of RustPython crates labels Nov 13, 2023
ognevny added a commit to ognevny/RustPython that referenced this issue Nov 17, 2023
fixes RustPython#5116
just for interest, is it good to update other dependencies?
youknowone pushed a commit to ognevny/RustPython that referenced this issue Dec 27, 2023
fixes RustPython#5116
just for interest, is it good to update other dependencies?
@ognevny
Copy link
Contributor Author

ognevny commented Apr 11, 2024

it's now fixed

@ognevny ognevny closed this as completed Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-packaging About the packaging of RustPython crates good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants