Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Updates the requirements on dlv-list to permit the latest version.

Changelog

Sourced from dlv-list's changelog.

[0.6.0] - 2024-11-16

Changed

  • Moved const-random dependency behind a feature (only used for no_std environments) - @​zmrow

[0.5.2] - 2023-10-24

Changed

  • Updated coverage-helper dependency to 0.2.0.

[0.5.1] - 2023-08-31

Added

[0.5.0] - 2023-01-21

Added

  • Added support for no_std - @​notgull
  • Added get_unchecked and get_unchecked_mut functions - @​yshui
  • Added move_before and move_after functions - @​yshui

Changed

  • Added specific implementation for in-place clone for better performance - @​yshui
  • Reduced size of Entry - @​yshui

[0.4.0] - 2022-08-25

Added

  • Added symmetric versions of existing PartialEq implementations.
  • Added PartialEq for fixed size arrays.
  • Added optional serde support.

Changed

  • Added #[must_use] to all side-effect free functions.

[0.3.0]

Removed

  • Drop dependency on rand.

[0.2.4]

... (truncated)

Commits
  • 422548d v0.6.0
  • 9eb745d Update CHANGELOG.md
  • 68f09fe Update ci.yml
  • f8485b1 lints and mutants
  • dff96ad Merge pull request #23 from zmrow/const-random-optional
  • f9df89c workflows: Update CI workflow to handle new const-random feature
  • bc3e396 README: Adds const-random to features list
  • c3c9996 CONTRIBUTING: Update clippy and test invocations for new features
  • c8ecc89 CHANGELOG: Add entry for new const-random feature
  • d1d03c0 deps: Make const-random optional via feature
  • 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 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [dlv-list](https://github.com/sgodwincs/dlv-list-rs) to permit the latest version.
- [Changelog](https://github.com/sgodwincs/dlv-list-rs/blob/master/CHANGELOG.md)
- [Commits](sgodwincs/dlv-list-rs@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: dlv-list
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 18, 2024
@anabyv042
Copy link

Hi! Can this PR be merged? dlv-list 0.6 puts const-random under a feature flag and I would like to avoid this dependency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants