From fcf80ea44ab7166307ac3e5b7ca5bd46a674ad4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 18:38:14 +0000 Subject: [PATCH] Update Rust crate derive_more to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7293be28..ab63fedb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ ahash = { version = "0.8.11", features = ["std", "serde", "runtime-rng"] } chrono = { version = "0.4.38", features = ["alloc", "std", "clock", "serde", "unstable-locales"] } clap = { version = "4.5.6", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } comrak = { version = "0.19.0", features = ["syntect", "shortcodes"] } -derive_more = { version = "0.99.17", features = ["default", "convert_case", "generate-parsing-rs", "testing-helpers", "nightly", "peg", "rustc_version" ] } +derive_more = { version = "1.0.0", features = ["default", "convert_case", "generate-parsing-rs", "testing-helpers", "nightly", "peg", "rustc_version" ] } futures = "0.3.30" glob = "0.3.1" html-minifier = "4.0.0"