Skip to content

Commit

Permalink
Update derive_more requirement from 0.99.8 to 1.0.0
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@v0.99.8...v1.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent b1f4ecb commit 8589eec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion juniper_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ syn = { version = "2.0", features = ["extra-traits", "full", "visit", "visit-mut
url = "2.0"

[dev-dependencies]
derive_more = "0.99.8"
derive_more = "1.0.0"
futures = "0.3.22"
juniper = { path = "../juniper" }
serde = "1.0.122"
2 changes: 1 addition & 1 deletion tests/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
[dev-dependencies]
async-trait = "0.1.39"
chrono = { version = "0.4", default-features = false }
derive_more = "0.99"
derive_more = "1.0"
fnv = "1.0"
futures = "0.3"
itertools = "0.13"
Expand Down

0 comments on commit 8589eec

Please sign in to comment.