Skip to content

Commit 2b6140c

Browse files
authored
build(deps): Allow heck 0.5 (#1012)
heck 0.5 didn't change the syntax of any APIs in-use.
1 parent 50bab4f commit 2b6140c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prost-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cleanup-markdown = ["dep:pulldown-cmark", "dep:pulldown-cmark-to-cmark"]
2121

2222
[dependencies]
2323
bytes = { version = "1", default-features = false }
24-
heck = "0.4"
24+
heck = { version = ">=0.4, <=0.5" }
2525
itertools = { version = ">=0.10, <=0.12", default-features = false, features = ["use_alloc"] }
2626
log = "0.4.4"
2727
multimap = { version = "0.8", default-features = false }

0 commit comments

Comments
 (0)