1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 07:29:02 +02:00

chore(deps): bump derive_more from 0.99.18 to 1.0.0 in /examples (#432)

* chore(deps): bump derive_more from 0.99.18 to 1.0.0 in /examples

Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.18 to 1.0.0.
- [Release notes](https://github.com/JelteF/derive_more/releases)
- [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JelteF/derive_more/compare/v0.99.18...v1.0.0)

---
updated-dependencies:
- dependency-name: derive_more
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: upgrade derive_more calls

* ci: fix just invocation

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
dependabot[bot]
2024-08-19 01:13:03 +00:00
committed by GitHub
parent 8a1f789d34
commit c2f760dbbe
9 changed files with 51 additions and 20 deletions

View File

@ -27,4 +27,4 @@ jobs:
- name: Test examples
env:
RUSTFLAGS: -A dead-code -A unused-variables
run: just check-examples
run: just test