Skip to content

Commit

Permalink
Bump derive_more from 1.0.0 to 2.0.1
Browse files Browse the repository at this point in the history
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](JelteF/derive_more@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent fa4a23b commit 7b62aa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ arrayvec = "0.7"
bitflags = "2.8"

# Used to simplify the implementation of newtypes
derive_more = { version = "1.0", default-features = false, features = ["as_ref", "display", "from", "into", "into_iterator", "not"] }
derive_more = { version = "2.0", default-features = false, features = ["as_ref", "display", "from", "into", "into_iterator", "not"] }

# Used for optional proptest feature and in topology debug output
enum-iterator = "2.0"
Expand Down

0 comments on commit 7b62aa5

Please sign in to comment.