build(deps): bump num-bigint from 0.2.6 to 0.3.3 by dependabot[bot] · Pull Request #6484 · graphprotocol/graph-node
Bumps num-bigint from 0.2.6 to 0.3.3.
Changelog
Sourced from num-bigint's changelog.
Release 0.3.3 (2021-09-03)
- [Use explicit
Integer::div_ceilto avoid the new unstable method.][219]Contributors:
@catenacyber,@cuviperRelease 0.3.2 (2021-03-04)
- The new
BigUintmethodscount_onesandtrailing_onesreturn the number of1bits in the entire value or just its least-significant tail, respectively.- The new
BigIntandBigUintmethodsbitandset_bitwill read and write individual bits of the value. For negativeBigInt, bits are determined as if they were in the two's complement representation.- The
from_radix_leandfrom_radix_bemethods now accept empty buffers to represent zero.BigIntandBigUintcan now iterate digits asu32oru64, regardless of the actual internal digit size.Contributors:
@BartMassey,@cuviper,@janmarthedal,@sebastianv89,@Speedy37Release 0.3.1 (2020-11-03)
- Addition and subtraction now uses intrinsics for performance on
x86andx86_64when built with Rust 1.33 or later.- Conversions
to_f32andto_f64now return infinity for very large numbers, rather thanNone. This does preserve the sign too, so a large negativeBigIntwill convert to negative infinity.- The optional
arbitraryfeature implementsarbitrary::Arbitrary, distinct fromquickcheck::Arbitrary.- The division algorithm has been optimized to reduce the number of temporary allocations and improve the internal guesses at each step.
BigIntandBigUintwill opportunistically shrink capacity if the internal vector is much larger than needed.Contributors:
@cuviper,@e00E,@ejmahler,@notoria,@tczajkaRelease 0.3.0 (2020-06-12)
... (truncated)
Commits
8882ff5Merge #2206c8442bRelease 0.3.33affee9Fix div_ceil with rand and serde too43eaeecAdjust shadowed names around div_ceildfe3d2drust: use explicitily Integer::div_ceila6e2c07Merge #1964f480ddRelease 0.3.272810a5Merge #193a6e88c5Move iterators to a separate modulef58cef3Move sub_sign to its sole use in multiplication- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)