Skip to content

Commit

Permalink
fix(deps): 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 3, 2025
1 parent 55d2d46 commit c9e91b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ quinn = { version = "0.11", features = ["ring", "runtime-tokio", "futures-io"] }
rustls = { version = "0.23", features = ["ring", "std"] }
log = { version = "0.4" }
serde = { version = "1.0", features = ["derive"] }
derive_more = { version = "1.0", features = ["from", "into", "display", "deref"] }
derive_more = { version = "2.0", features = ["from", "into", "display", "deref"] }
parking_lot = { version = "0.12" }
rand = { version = "0.8" }
futures = { version = "0.3" }
Expand Down

0 comments on commit c9e91b7

Please sign in to comment.