diff --git a/Cargo.toml b/Cargo.toml index fcf1a5aa..03fa1866 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ tracing = ["dep:crossbeam-utils", "dep:tracing", "dep:tracing-subscriber"] [dependencies] clap = { version = "4.3.2", features = ["derive", "wrap_help"] } console = "0.15" -derive_more = { version = "0.99.17", features = ["as_ref", "deref", "deref_mut", "display", "error", "from", "from_str", "into"], default-features = false } +derive_more = { version = "1.0.0", features = ["as_ref", "deref", "deref_mut", "display", "error", "from", "from_str", "into"], default-features = false } drain_filter_polyfill = "0.1.2" either = "1.6" futures = "0.3.17" @@ -101,7 +101,7 @@ tracing = { version = "0.1", optional = true } tracing-subscriber = { version = "0.3.16", optional = true } [dev-dependencies] -derive_more = "0.99.17" +derive_more = "1.0.0" rand = "0.8" tempfile = "3.2" tokio = { version = "1.12", features = ["macros", "rt-multi-thread", "sync", "time"] } diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 50bdca76..c51f4bca 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -32,7 +32,7 @@ synthez = "0.3" [dev-dependencies] cucumber = { path = "..", features = ["libtest", "macros"] } -derive_more = "0.99.17" +derive_more = "1.0.0" futures = "0.3.17" tempfile = "3.2" tokio = { version = "1.12", features = ["macros", "rt-multi-thread", "time"] }