Skip to content

Commit edd0d88

Browse files
chore(deps): update composer-primitives requirement from 0.0.3 to 0.0.6
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] <support@github.com>
1 parent 51eefb4 commit edd0d88

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ itertools = "0.12.1"
2929
walkdir = "2"
3030
anyhow = "1.0.65"
3131
echo-library = { path = "../echo-library" }
32-
composer-primitives = "0.0.3"
32+
composer-primitives = "0.0.6"
3333
sys-info = "0.9.1"
3434

3535
[dependencies.clap]

echo-library/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ thiserror = "1.0.50"
1717
convert_case = "0.6.0"
1818
itertools = "0.12.1"
1919
walkdir = "2"
20-
composer-primitives = "0.0.3"
20+
composer-primitives = "0.0.6"
2121
rayon = "1.8.1"

0 commit comments

Comments
 (0)