Skip to content

Commit b620ac3

Browse files
fix(deps): update rust crate heck to 0.5.0
1 parent 391f051 commit b620ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hirola-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rstml = "0.11"
2424
proc-macro-error = "1.0"
2525
proc-macro-hack = "0.5"
2626
paste = { version = "1" }
27-
heck = "0.4.1"
27+
heck = "0.5.0"
2828

2929
[dev-dependencies]
3030
hirola = { path = "../../" }

0 commit comments

Comments
 (0)