Skip to content

Commit dffed68

Browse files
authored
wasm-compose: Update heck dependency to 0.5.0 (#2359)
Removes duplicate versions of `heck` in the crate graph.
1 parent 6f96797 commit dffed68

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

Cargo.lock

Lines changed: 5 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/wasm-compose/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ workspace = true
1616

1717
[dependencies]
1818
anyhow = { workspace = true }
19-
heck = "0.4.0"
19+
heck = "0.5.0"
2020
im-rc = "15.1.0"
2121
indexmap = { workspace = true, features = ["serde"] }
2222
log = { workspace = true }

0 commit comments

Comments
 (0)