Skip to content

Commit

Permalink
Upgrade juniper_codegen to regex 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Aug 27, 2018
1 parent 2d18827 commit 26f75c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion juniper_codegen/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ proc-macro = true
proc-macro2 = "0.4"
syn = { version = "0.14", features = ["full", "extra-traits"] }
quote = "0.6"
regex = "0.2.10"
regex = "1"
lazy_static = "1.0.0"

[badges]
Expand Down

0 comments on commit 26f75c1

Please sign in to comment.