Skip to content

Commit

Permalink
build(deps): Allow heck 0.5 (tokio-rs#1012)
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 authored and gibbz00 committed Apr 6, 2024
1 parent 18c10c8 commit 943374d
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 943374d

Please sign in to comment.