abrown commented on Issue #2594:
What do you want to do about the cargo deny errors? E.g., do we downgrade rand-core... or update zstd-sys?
github-actions[bot] commented on Issue #2594:
Subscribe to Label Action
cc @fitzgen, @peterhuene
<details>
This issue or pull request has been labeled: "cranelift", "cranelift:area:peepmatic", "cranelift:module", "cranelift:wasm", "fuzzing", "lightbeam", "wasmtime:api"Thus the following users have been cc'd because of the following labels:
- fitzgen: cranelift:area:peepmatic, fuzzing
- peterhuene: wasmtime:api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
alexcrichton commented on Issue #2594:
Hm yeah so the duplicates are:
iteratools
sincezstd-sys
depends on an older version. The master branch ofzstd-sys
, however, drops the dependency altogetherrand
crates (and subcrates in this ecosystem). This is becauseshuffling-allocator
depends on 0.7 (I'm fixing this in https://github.com/fitzgen/shuffling-allocator/pull/2) andproptest
0.10 which has a fix at https://github.com/AltSysrq/proptest/pull/220.I'll probably just add some whitelist exceptions for these since they're not really that relevant to wasmtime itself anyway.
alexcrichton edited a comment on Issue #2594:
Hm yeah so the duplicates are:
itertools
sincezstd-sys
depends on an older version. The master branch ofzstd-sys
, however, drops the dependency altogetherrand
crates (and subcrates in this ecosystem). This is becauseshuffling-allocator
depends on 0.7 (I'm fixing this in https://github.com/fitzgen/shuffling-allocator/pull/2) andproptest
0.10 which has a fix at https://github.com/AltSysrq/proptest/pull/220.I'll probably just add some whitelist exceptions for these since they're not really that relevant to wasmtime itself anyway.
Last updated: Nov 22 2024 at 16:03 UTC