fornwall requested fitzgen for a review on PR #7875.
fornwall requested wasmtime-compiler-reviewers for a review on PR #7875.
fornwall requested wasmtime-default-reviewers for a review on PR #7875.
fornwall opened PR #7875 from fornwall:itertools-0.12
to bytecodealliance:main
:
Small dependency version bump to decrease duplicated crates in the dependency tree for consumers.
fitzgen commented on PR #7875:
I've started the audit for the dep update.
fitzgen commented on PR #7875:
Finished the audit: https://github.com/bytecodealliance/wasmtime/pull/7880
After that merges, we can rebase this PR and then it can merge as well.
fitzgen commented on PR #7875:
The audit PR merged. @fornwall if you rebase on
main
, that should resolve the CI failures, and then we can merge this.
fornwall updated PR #7875.
fornwall commented on PR #7875:
The audit PR merged. @fornwall if you rebase on main, that should resolve the CI failures, and then we can merge this.
Done! Thanks.
fornwall commented on PR #7875:
CI fails on
itertools
duplicated - should I updatedeny.toml
? It's criterion which has not made a new release yet (but itertools will be updated in the next criterion release - https://github.com/bheisler/criterion.rs/blob/master/Cargo.toml#L26).
fornwall edited a comment on PR #7875:
CI fails on
itertools
duplicated - should I updatedeny.toml
or await the next criterion release which fixes this (https://github.com/bheisler/criterion.rs/blob/master/Cargo.toml#L26)?
fitzgen commented on PR #7875:
It should be fine to add an exception to
deny.toml
for justitertools
, and leave aTODO
comment about fixing this in the next release ofcriterion
.Thanks for your patience with this PR!
fornwall updated PR #7875.
fornwall commented on PR #7875:
@fitzgen Thanks, have added a
deny.toml
entry now.
alexcrichton submitted PR review.
alexcrichton merged PR #7875.
Last updated: Nov 22 2024 at 16:03 UTC