Skip to content

Commit

Permalink
build(deps): Allow heck 0.5
Browse files Browse the repository at this point in the history
heck 0.5 didn't change the syntax of any APIs in-use.
  • Loading branch information
caspermeijn committed Mar 29, 2024
1 parent 0bd9482 commit 6f9f364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prost-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cleanup-markdown = ["dep:pulldown-cmark", "dep:pulldown-cmark-to-cmark"]

[dependencies]
bytes = { version = "1", default-features = false }
heck = "0.4"
heck = { version = ">=0.4, <=0.5" }
itertools = { version = ">=0.10, <=0.12", default-features = false, features = ["use_alloc"] }
log = "0.4.4"
multimap = { version = "0.8", default-features = false }
Expand Down

0 comments on commit 6f9f364

Please sign in to comment.