Stream: git-wasmtime

Topic: wasmtime / issue #5411 `--json` option for `wasmtime sett...


view this post on Zulip Wasmtime GitHub notifications bot (Dec 10 2022 at 00:05):

martindevans commented on issue #5411:

I'm not quite sure what the cargo deny and cargo vet failures are indicating. I need some guidance on how to fix those failures.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 10 2022 at 00:13):

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.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 10 2022 at 00:20):

martindevans commented on issue #5411:

Thanks, I'll try that.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 10 2022 at 00:22):

jameysharp commented on issue #5411:

I think you'll need to re-run cargo to update Cargo.lock too. I think cargo check should be enough.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 10 2022 at 01:16):

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