Skip to content

Commit

Permalink
chore(deps): update composer-primitives requirement from 0.0.3 to 0.0.6
Browse files Browse the repository at this point in the history
Updates the requirements on composer-primitives to permit the latest version.

---
updated-dependencies:
- dependency-name: composer-primitives
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 5eccf20 commit 1fc13d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ itertools = "0.12.1"
walkdir = "2"
anyhow = "1.0.65"
echo-library = "0.0.4"
composer-primitives = "0.0.3"
composer-primitives = "0.0.6"
sys-info = "0.9.1"

[dependencies.clap]
Expand Down
2 changes: 1 addition & 1 deletion echo-library/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ thiserror = "1.0.50"
convert_case = "0.6.0"
itertools = "0.12.1"
walkdir = "2"
composer-primitives = "0.0.3"
composer-primitives = "0.0.6"
rayon = "1.8.1"

0 comments on commit 1fc13d8

Please sign in to comment.