Skip to content

Commit 0464e04

Browse files
authored
chore: bump derive_more (#22)
## Description Iroh already uses `derive_more` 2.x. This prevents deps duplication. ## Breaking Changes <!-- Optional, if there are any breaking changes document them, including how to migrate older code. --> ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist - [ ] Self-review. - [ ] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [ ] Tests if relevant. - [ ] All breaking changes documented.
1 parent 1a59592 commit 0464e04

File tree

2 files changed

+37
-5
lines changed

2 files changed

+37
-5
lines changed

Cargo.lock

Lines changed: 36 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version = "1.85"
1414

1515

1616
[dependencies]
17-
derive_more = { version = "1", features = ["debug", "deref", "display"] }
17+
derive_more = { version = "2", features = ["debug", "deref", "display"] }
1818
futures-buffered = "0.2.12"
1919
futures-lite = "2.5"
2020
futures-util = { version = "0.3", features = ["sink"] }

0 commit comments

Comments
 (0)