Skip to content

Conversation

@Xynnn007
Copy link
Contributor

No description provided.

@Xynnn007
Copy link
Contributor Author

Manual version for #47
ci looks like network turbulence. Probably we need a retry?

@thomas-fossati
Copy link
Contributor

Manual version for #47 ci looks like network turbulence. Probably we need a retry?

From a quick skim, it looks like jsonwebtoken has moved the Rust edition from 2021 to 2024.
Embarkstudio’s cargo-deny action uses an older version of cargo by default, which cannot handle the new Rust edition.
However, the documentation suggests that it may be possible to tweak this using the rust-version parameter and setting it to 1.85.0.

“””maybe””” 😄

@Xynnn007 Xynnn007 force-pushed the chore/jsonwebtoken-10 branch from 4ee6822 to 021b7c6 Compare November 13, 2025 03:28
@thomas-fossati
Copy link
Contributor

@Xynnn007 thanks for the changes!

To make the license checks green, we need to add BSD-3-Clause to the allow section in deny.toml.

By default the rust version that `cargo-deny-action` uses is 1.71.0,
which cannot detect dependencies with edition `2024`. Thus we manually
update it.

Signed-off-by: Xynnn007 <[email protected]>
@Xynnn007 Xynnn007 force-pushed the chore/jsonwebtoken-10 branch from 042e1dd to c194f58 Compare November 13, 2025 07:18
Copy link
Contributor

@thomas-fossati thomas-fossati left a comment

Choose a reason for hiding this comment

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

🚢 it!

(Thanks for being persistent!)

@thomas-fossati thomas-fossati merged commit 3d5fa46 into veraison:main Nov 13, 2025
4 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