Skip to content

Commit a648dd7

Browse files
Fix juniper_rocket MSRV check by setting minimal version for pear transitive dependency instead of proc-macro2-diagnostics (#1152)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren <[email protected]>
1 parent eb57136 commit a648dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper_rocket/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ serde_json = "1.0.18"
2727
# TODO: Try remove on upgrade of `rocket` crate.
2828
either = "1.8"
2929
inlinable_string = "0.1.15"
30-
proc-macro2-diagnostics = "0.9.1"
30+
pear = "0.2.4"
3131
tempfile = "3.3"
3232

3333
[dev-dependencies]

0 commit comments

Comments
 (0)