Skip to content

Commit

Permalink
fix(deps): update rust crate derive_more to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent 470edcb commit 8082c3e
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 @@ -43,7 +43,7 @@ crate-type=["rlib", "cdylib", "staticlib"]

[dependencies]
cfg-if = "1.0.0"
derive_more = { version = "0.99.17", optional = true }
derive_more = { version = "1.0.0", optional = true }
hifitime = { version = "3.8.5", default-features = false, optional = true }

[features]
Expand Down

0 comments on commit 8082c3e

Please sign in to comment.