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 1.0.0 to 2.0.1 in /examples (#543)

Bumps [derive_more](https://github.com/JelteF/derive_more) from 1.0.0 to 2.0.1.
- [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/v1.0.0...v2.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-02-10 19:17:31 +09:00
committed by GitHub
parent 806c4d2f19
commit 212219801e
2 changed files with 24 additions and 3 deletions

View File

@ -6,6 +6,6 @@ edition.workspace = true
[dependencies]
actix-web = "4"
derive_more = { version = "1", features = ["display", "error"] }
derive_more = { version = "2", features = ["display", "error"] }
env_logger = "0.11"
log = "0.4"