Skip to content

Commit 62e1b76

Browse files
committed
build(deps): update heck to 0.5
Use a version range in the library crate, as both `heck` 0.4 and 0.5 are compatible for our usage.
1 parent 9b91a7f commit 62e1b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql_client_codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2018"
1010
[dependencies]
1111
graphql-introspection-query = { version = "0.2.0", path = "../graphql-introspection-query" }
1212
graphql-parser = "0.4"
13-
heck = "0.4.0"
13+
heck = ">=0.4, <=0.5"
1414
lazy_static = "1.3"
1515
proc-macro2 = { version = "^1.0", features = [] }
1616
quote = "^1.0"

0 commit comments

Comments
 (0)