From 4aeb717ba34226dc3c699bfe8a45917dcd90e440 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 23:12:09 +0000 Subject: [PATCH] Update Rust crate derive_more to v2 --- comma-v/Cargo.toml | 2 +- git-fast-import/Cargo.toml | 2 +- internal/state/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/comma-v/Cargo.toml b/comma-v/Cargo.toml index b99be6c..e034647 100644 --- a/comma-v/Cargo.toml +++ b/comma-v/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] chrono = "0.4.19" -derive_more = "0.99.17" +derive_more = "2.0.1" eq-macro = { path = "../eq-macro" } itertools = "0.10.3" nom = "7.1.0" diff --git a/git-fast-import/Cargo.toml b/git-fast-import/Cargo.toml index a883385..8086720 100644 --- a/git-fast-import/Cargo.toml +++ b/git-fast-import/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -derive_more = "0.99.17" +derive_more = "2.0.1" nom = "7.1.0" rev_lines = "0.2.1" serde = "1.0.136" diff --git a/internal/state/Cargo.toml b/internal/state/Cargo.toml index 4a6c2a9..b8fcce5 100644 --- a/internal/state/Cargo.toml +++ b/internal/state/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" [dependencies] bincode = "1.3.3" -derive_more = "0.99.17" +derive_more = "2.0.1" git-fast-import = { path = "../../git-fast-import" } log = "0.4.14" serde = { version = "1.0.136", features = ["derive", "rc"] }