Skip to content

update tokio and url dependencies to fix cargo deny errors #92

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

Merged
merged 2 commits into from
Apr 14, 2025

Conversation

hnez
Copy link
Member

@hnez hnez commented Apr 14, 2025

Recent cargo-deny job runs have failed due to an Advisory in tokio and a yanked version of url in our Cargo.lock.
Fix both issues by updating the respective dependencies.

@hnez hnez requested a review from SmithChart April 14, 2025 06:21
hnez added 2 commits April 14, 2025 08:24
There is a rustsec advisory concerning tokio version 1.41.1[1]
this is quite unlikely to affect us, since we do not actively
use tokio, but just updating to a non-affected version is the
easiest way out.

[1]: https://rustsec.org/advisories/RUSTSEC-2025-0023

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
The version of `url` we use has been yanked from the registry.
Update to a newer version.

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
@hnez hnez force-pushed the cargo-deny-2025-04-14 branch from 5cfc448 to 944150b Compare April 14, 2025 06:24
@SmithChart SmithChart merged commit 588a7e0 into linux-automation:main Apr 14, 2025
11 checks passed
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