Skip to content

Commit

Permalink
Update Rust crate derive_more to 0.99.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent d60e1ba commit 220e2f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion comma-v/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"

[dependencies]
chrono = "0.4.19"
derive_more = "0.99.17"
derive_more = "0.99.19"
eq-macro = { path = "../eq-macro" }
itertools = "0.10.3"
nom = "7.1.0"
Expand Down
2 changes: 1 addition & 1 deletion git-fast-import/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "0.99.19"
nom = "7.1.0"
rev_lines = "0.2.1"
serde = "1.0.136"
Expand Down
2 changes: 1 addition & 1 deletion internal/state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"

[dependencies]
bincode = "1.3.3"
derive_more = "0.99.17"
derive_more = "0.99.19"
git-fast-import = { path = "../../git-fast-import" }
log = "0.4.14"
serde = { version = "1.0.136", features = ["derive", "rc"] }
Expand Down

0 comments on commit 220e2f8

Please sign in to comment.