Skip to content

Commit

Permalink
Merge pull request #115 from fertkir/dependabot/cargo/derive_more-2.0.1
Browse files Browse the repository at this point in the history
Bump derive_more from 1.0.0 to 2.0.1
  • Loading branch information
fertkir authored Feb 4, 2025
2 parents 0232e14 + 88d7ea8 commit 1a1da05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bytes = "1.10.0"
url = "2.5.4"
warp = "0.3.7"
hightorrent = "0.2.0"
derive_more = { version = "1.0.0", features = ["display"] }
derive_more = { version = "2.0.1", features = ["display"] }
async-trait = "0.1.86"
redis = { version = "0.25.4", features = ["tokio-comp"], optional = true }
serde_json = { version = "1.0.138", features = [], optional = true }
Expand Down

0 comments on commit 1a1da05

Please sign in to comment.