Skip to content

Commit

Permalink
fix(deps): update rust crate usage-lib to 0.1.10 (#1790)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 17, 2024
1 parent 8673000 commit 03aca86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ thiserror = "1.0.58"
toml = { version = "0.8.11", features = ["parse"] }
toml_edit = { version = "0.22.7", features = ["parse"] }
url = "2.5.0"
usage-lib = { version = "0.1.9", features = ["clap"] }
usage-lib = { version = "0.1.10", features = ["clap"] }
versions = { version = "6.1.0", features = ["serde"] }
walkdir = "2.5.0"
which = "6.0.0"
Expand Down

0 comments on commit 03aca86

Please sign in to comment.