Skip to content

Commit

Permalink
build(deps): update derive_more requirement from 1 to 2
Browse files Browse the repository at this point in the history
Updates the requirements on [derive_more](https://github.com/JelteF/derive_more) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and henryhchchc committed Feb 6, 2025
1 parent 4c843b8 commit 2f4a4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["parsing", "development-tools"]
[dependencies]
bitflags = "2.6"
cesu8 = "1.1"
derive_more = { version = "1", features = ["full"] }
derive_more = { version = "2", features = ["full"] }
document-features = "0.2"
itertools = "0.14"
petgraph = { version = "0.7", optional = true }
Expand Down

0 comments on commit 2f4a4a5

Please sign in to comment.