diff --git a/juniper_codegen/Cargo.toml b/juniper_codegen/Cargo.toml index 0a9e00278..efe976e7a 100644 --- a/juniper_codegen/Cargo.toml +++ b/juniper_codegen/Cargo.toml @@ -28,7 +28,7 @@ syn = { version = "2.0", features = ["extra-traits", "full", "visit", "visit-mut url = "2.0" [dev-dependencies] -derive_more = { version = "1.0", features = ["from"] } +derive_more = { version = "2.0", features = ["from"] } futures = "0.3.22" juniper = { path = "../juniper" } serde = "1.0.122" diff --git a/tests/integration/Cargo.toml b/tests/integration/Cargo.toml index 909cb5e29..761c60b4a 100644 --- a/tests/integration/Cargo.toml +++ b/tests/integration/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dev-dependencies] async-trait = "0.1.39" chrono = { version = "0.4", default-features = false } -derive_more = { version = "1.0", features = ["from"] } +derive_more = { version = "2.0", features = ["from"] } fnv = "1.0" futures = "0.3" itertools = "0.14"