Skip to content

Update easy-cast requirement from 0.5 to 0.6 in the all-deps group#37

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/all-deps-0effc071c4
Open

Update easy-cast requirement from 0.5 to 0.6 in the all-deps group#37
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/all-deps-0effc071c4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on easy-cast to permit the latest version.
Updates easy-cast to 0.5.4

Release notes

Sourced from easy-cast's releases.

0.5.4

What's Changed

  • Bump MSRV to 1.79.0
  • Support Conv, Cast for core::ops::Range and other range types (#38)
  • Support Conv, Cast for core::num::{Saturating, Wrapping} (#38)
  • Support Conv, Cast for core::num::NonZero (#39)

Full Changelog: kas-gui/easy-cast@0.5.3...0.5.4

Changelog

Sourced from easy-cast's changelog.

[0.5.4] — 2025-11-20

  • Bump MSRV to 1.79.0
  • Support Conv, Cast for core::ops::Range and other range types (#38)
  • Support Conv, Cast for core::num::{Saturating, Wrapping} (#38)
  • Support Conv, Cast for core::num::NonZero (#39)

[0.5.3] — 2024-12-12

  • Bump MSRV to 1.60.0 and use Edition 2021 (#30)

[0.5.2] — 2022-12-22

  • Support cast to self, useful in generics (#28)

[0.5.1] — 2022-10-14

  • Document feature assert_digits and imply by always_assert (#26)

[0.5.0] — 2022-08-19

  • Reorganise code (#20)
  • Bump MSRV to 1.53.0 (#21)
  • Add default implementations of conv methods over equivalent try_conv variant to facilitate custom implementations (#21)
  • Add ConvApprox and CastApprox, supporting approximate conversions with unspecified rounding, implemented for f64 → f32 and all type conversions supported by Conv (#21)
  • Support Conv and ConvFloat for arrays and tuples (#21)
  • Remove impl<T> Conv<T> for T (#21)
  • Add easy_cast::Result type alias (#22)
  • Move traits into new easy_cast::traits public module (#23)

[0.4.4] — 2021-04-12

  • Fix negative int to float digits check (#18)

[0.4.3] — 2021-04-12

  • Unify some macros via impl_int_generic (#16)
  • Improve error messages in asserts (#17)

[0.4.2] — 2021-04-03

  • Fix i16::conv(1usize) (#15)
  • Update README (#15)

[0.4.1] — 2021-04-01

  • Fix conv(0) from int to float (#14)

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [easy-cast](https://github.com/kas-gui/easy-cast) to permit the latest version.

Updates `easy-cast` to 0.5.4
- [Release notes](https://github.com/kas-gui/easy-cast/releases)
- [Changelog](https://github.com/kas-gui/easy-cast/blob/master/CHANGELOG.md)
- [Commits](kas-gui/easy-cast@0.5.0...0.5.4)

---
updated-dependencies:
- dependency-name: easy-cast
  dependency-version: 0.5.4
  dependency-type: direct:production
  dependency-group: all-deps
...

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 Jul 22, 2026
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.

0 participants