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"] }