brendanzab / moniker

Automagical variable binding library for Rust
Apache License 2.0
68 stars 7 forks source link

Update im requirement from 12.1.0 to 13.0.0 #64

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on im to permit the latest version.

Changelog *Sourced from [im's changelog](https://github.com/bodil/im-rs/blob/master/CHANGELOG.md).* > ## [13.0.0] - 2019-05-18 > > The minimum supported Rust version is now 1.34.0. > > ### Changed > > - `im::iter::unfold` now gives you the owned state value rather than an > immutable reference to it, which makes it a little more useful. > > ### Removed > > - The deprecated `singleton` constructors have been removed. Please use `unit` > instead. > - The deprecated methods `Vector::chunks` and `Vector::chunks_mut` have been > removed in favour of `Vector::leaves` and `Vector::leaves_mut` respectively. > ([#50](https://github-redirect.dependabot.com/bodil/im-rs/issues/50)) > - The deprecated reference to [`sized-chunks`](https://crates.io/crates/sized-chunks) > has been removed. If you need it, please use the `sized-chunks` crate directly. > - `im::iter::unfold_mut` has been removed, as there's no meaningful difference > between it and rust-std 1.34.0's `std::iter::from_fn` with a captured state > variable. > > ### Fixed > > - `Vector` now uses > [`sized_chunks::InlineArray`](https://docs.rs/sized-chunks/0.3.0/sized_chunks/inline_array/struct.InlineArray.html) > instead of an `Empty` enum case to avoid allocation at very small sizes, > letting you store a handful of elements on the stack before needing to grow > into a full chunk. This has a beneficial effect on performance as well, as > there's no pointer into the heap to dereference, making it faster than > `std::vec::Vec` in this configuration. > - Some complexity timings have been added and corrected. ([#87](https://github-redirect.dependabot.com/bodil/im-rs/issues/87)) > - `OrdSet::is_subset(&self, other)` now returns immediately when `self` is > larger than `other` and thus could not possibly be a subset of it. ([#87](https://github-redirect.dependabot.com/bodil/im-rs/issues/87)) > > ## [12.3.4] - 2019-04-08 > > ### Changed > > - `Clone` constraints have been further relaxed on maps and sets, so that you > can now lookup and iterate over them without requiring a `Clone` constraint > (though you do still need `Clone` to actually insert data into them to lookup > or iterate over). ([#81](https://github-redirect.dependabot.com/bodil/im-rs/issues/81)) > > ### Fixed > > - Enforces the latest bugfix release of sized-chunks. ([#78](https://github-redirect.dependabot.com/bodil/im-rs/issues/78)) > - Another edge case bugfix to `Vector`'s size table handling. ([#79](https://github-redirect.dependabot.com/bodil/im-rs/issues/79)) > > ## [12.3.3] - 2019-03-11 > ... (truncated)
Commits - [`1e59b66`](https://github.com/bodil/im-rs/commit/1e59b6687c2d358c148a7ab4cc644bf5ab6f861e) (cargo-release) version 13.0.0 - [`6ddf406`](https://github.com/bodil/im-rs/commit/6ddf406eeb501e7d235563abe8627ef10119c7e3) Broken link fix. - [`60de96d`](https://github.com/bodil/im-rs/commit/60de96dd4311ad1559c539ca4a564d1e6f191243) Replace `Vector::Empty` with `Vector::Inline` using `InlineArray`. - [`b7578f8`](https://github.com/bodil/im-rs/commit/b7578f8e66668af490a9d31fc8d7454eb8ec2111) Fix Vector benchmark from_fn issues. - [`d2befa1`](https://github.com/bodil/im-rs/commit/d2befa1451f0cbdd1ad7af1243b1fdb6b88f7491) Merge pull request [#89](https://github-redirect.dependabot.com/bodil/im-rs/issues/89) from AljoschaMeyer/master - [`f519c66`](https://github.com/bodil/im-rs/commit/f519c66df0920ec96f282d0b154ba1279ebaaa63) Adjust doc tests - [`37f8046`](https://github.com/bodil/im-rs/commit/37f80462884ad063e327342c69f1ef4e0e630acf) Add relative_complement to sets/maps - [`01f2726`](https://github.com/bodil/im-rs/commit/01f2726302c5f194413ba57a8b786d225cb24cad) Add symmetrical_difference to sets/maps - [`c0a8fc6`](https://github.com/bodil/im-rs/commit/c0a8fc67a9bc863ffe98555e8347fa45aefcb59a) Add timings to more `OrdSet` ops, and an early return optimisation to `is_sub... - [`7c5f501`](https://github.com/bodil/im-rs/commit/7c5f5017daeed5d921ec704887c00b98bc0de858) Merge pull request [#84](https://github-redirect.dependabot.com/bodil/im-rs/issues/84) from bodil/dependabot/cargo/sized-chunks-0.2.0 - Additional commits viewable in [compare view](https://github.com/bodil/im-rs/compare/im-12.3.1...13.0.0)


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 will not automatically merge this PR because not all of the dependencies had an identifiable previous version.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.