martindevans commented on issue #5411:
I'm not quite sure what the
cargo deny
andcargo vet
failures are indicating. I need some guidance on how to fix those failures.
jameysharp commented on issue #5411:
Ah, you picked newer versions of serde and serde-json than we're using in the rest of the project, and nobody has vetted those versions or their dependencies yet. If you switch to serde 1.0.94 and serde_json 1.0.26, I believe all the cargo deny/vet errors will go away.
martindevans commented on issue #5411:
Thanks, I'll try that.
jameysharp commented on issue #5411:
I think you'll need to re-run cargo to update
Cargo.lock
too. I thinkcargo check
should be enough.
martindevans commented on issue #5411:
Looks like CI is passing this time, thanks for your help @jameysharp :heart:️
Last updated: Nov 22 2024 at 17:03 UTC