Skip to content

Commit

Permalink
Update Rust crate derive_more to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent ca0b0e5 commit f34eee0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -10,6 +10,6 @@ serde = {version = "1.0.200", features = ["derive"]}


[dev-dependencies]
derive_more = { version = "1", features = ["display"] }
derive_more = { version = "2", features = ["display"] }

tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "macros"] }

0 comments on commit f34eee0

Please sign in to comment.