Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-rs): update downcast-rs requirement from 1.2.0 to 2.0.1 #1885

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Updates the requirements on downcast-rs to permit the latest version.

Changelog

Sourced from downcast-rs's changelog.

1.2.1 - 2024-04-06

Change

  • Consolidated bounds on the trait to avoid triggering Clippy's multiple_bound_locations lint.

1.2.0 - 2020-06-29

Added

  • no_std support.
  • CI with GitHub actions.

Changed

  • Updated minimum supported rust version 1.36 for stable access to alloc.

1.1.1 - 2019-10-28

Changed

  • Used dyn Trait syntax everywhere since it is supported by downcast-rs's min-supported rust version (1.33).

1.1.0 - 2019-10-07

Added

  • Support for downcasting Rc<Trait> and Arc<Trait>.

Changed

  • Minimum supported Rust version upped to 1.33 to support Rc and Arc in the receiver position.

1.0.4 - 2019-04-08

Changed

  • Added local_inner_macros to impl_downcast to allow invoking via namespace.

1.0.3 - 2018-05-21

Fixed

  • Use global path for Result, Option, Box in macro expansion to avoid name conflicts with locally-defined symbols.

1.0.2 - 2018-05-12

Added

  • Support for downcasting Box<Trait> to Box<Concrete>.

1.0.1 - 2018-03-08

Fixed

  • Don't use types as traits in macros.

1.0.0 - 2017-02-05

Changed

  • Cleaned up README and published 1.0.

0.1.2 - 2016-11-22

Added

  • Support for associated types as well.

... (truncated)

Commits
  • c4c48ba Bump version to 1.2.1 and update changelog.
  • 9b1eb58 Move __T bound into type param so clippy doesn't warn.
  • ad1edbf Disallow bare urls
  • bfbbe8b Make link clickable
  • 70fca75 Test on stable and MSRV
  • 8fd5fe6 Document MSRV
  • 17bbb03 Add an explanation for why downcast-rs doesn't receive regular code changes.
  • 7f1d9ca Update shields badge
  • See full diff 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 [downcast-rs](https://github.com/marcianx/downcast-rs) to permit the latest version.
- [Changelog](https://github.com/marcianx/downcast-rs/blob/master/CHANGELOG.md)
- [Commits](marcianx/downcast-rs@v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: downcast-rs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2025
@dependabot dependabot bot requested a review from a team as a code owner January 20, 2025 23:44
@dependabot dependabot bot added the rust Pull requests that update Rust code label Jan 20, 2025
@dependabot dependabot bot requested a review from acl-cqc January 20, 2025 23:44
Copy link

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.55%. Comparing base (9cad798) to head (de711ef).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1885   +/-   ##
=======================================
  Coverage   86.55%   86.55%           
=======================================
  Files         195      195           
  Lines       35584    35584           
  Branches    32397    32397           
=======================================
  Hits        30800    30800           
  Misses       3012     3012           
  Partials     1772     1772           
Flag Coverage Δ
python 92.34% <ø> (ø)
rust 85.98% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ss2165 ss2165 added this pull request to the merge queue Jan 21, 2025
Merged via the queue into main with commit be3961d Jan 21, 2025
25 checks passed
@ss2165 ss2165 deleted the dependabot/cargo/downcast-rs-2.0.1 branch January 21, 2025 09:17
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.

1 participant