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] committed Sep 9, 2024
1 parent a8c5512 commit bbbe1fa
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
26 changes: 23 additions & 3 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ pulldown-cmark = "0.12.0"
actix-web = "4.5.1"
serde = { version = "1.0.200", features = ["derive"] }
env_logger = "0.11.3"
derive_more = "0.99.17"
derive_more = "1.0.0"
num-format = "0.4.4"
humansize = "2.1.3"

0 comments on commit bbbe1fa

Please sign in to comment.