Skip to content

Commit

Permalink
Update derive_more requirement from =1.0.0-beta.3 to =1.0.0-beta.6
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@derive_more-impl-v1.0.0-beta.3...v1.0.0-beta.6)

---
updated-dependencies:
- dependency-name: derive_more
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent fcb2f74 commit 2caf470
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 @@ -34,7 +34,7 @@ default = []
with-serde = ["dep:serde"]

[dependencies]
derive_more = { version = "=1.0.0-beta.3", features = ["debug"] }
derive_more = { version = "=1.0.0-beta.6", features = ["debug"] }
dyn-clone = "1.0.13"
serde = { version = "1.0.183", features = ["derive"], optional = true}

Expand Down

0 comments on commit 2caf470

Please sign in to comment.