Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
orenbenkiki committed Oct 1, 2023
1 parent 11b0fbd commit b0a5726
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories =[ "development-tools::build-utils", "development-tools::cargo-plugin
license = "GPL-3.0"

[dev-dependencies]
unindent = "^0.2.2"
unindent = "^0.2.3"

[dependencies]
clap = { version = "^4.4.3", features = [ "cargo" ] }
clap = { version = "^4.4.6", features = [ "cargo" ] }
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ coverage: .make.coverage ## generate coverage report

.make.coverage: .make.test
rm -f tarpaulin*
$(TEST_FLAGS) cargo tarpaulin --skip-clean --out Xml $(TEST_EXTRA_FLAGS)
$(TEST_FLAGS) cargo tarpaulin --skip-clean --out xml $(TEST_EXTRA_FLAGS)
touch $@

ifeq ($(wildcard .no-coverage-annotations),)
Expand Down

0 comments on commit b0a5726

Please sign in to comment.