Merge pull request 'Update Rust crate juniper to 0.17.0' (#22) from renovate/juniper-0.x into main
All checks were successful
Build and Test / account (push) Successful in 7m50s
All checks were successful
Build and Test / account (push) Successful in 7m50s
Reviewed-on: #22
This commit is contained in:
commit
0c46c86b74
5 changed files with 66 additions and 285 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -40,10 +40,9 @@ gxhash = "3.4.1"
|
|||
sentry = "0.38.0"
|
||||
rocket_cors = "0.6.0"
|
||||
|
||||
juniper = { version = "0.16.1", features = ["chrono"] }
|
||||
juniper_rocket = "0.9.0"
|
||||
juniper = { version = "0.17.0", features = ["chrono"] }
|
||||
juniper_rocket = "0.10.0"
|
||||
|
||||
tonic = "0.12.3"
|
||||
prost = "0.13.4"
|
||||
lettre = "0.11.15"
|
||||
rand = "0.8.5"
|
||||
|
|
@ -56,9 +55,4 @@ k256 = "0.13.4"
|
|||
dsa = "0.6.3"
|
||||
openssl = "0.10.78"
|
||||
time = "0.3.47"
|
||||
hickory-resolver = { version = "0.24", features = ["tokio-runtime"] }
|
||||
|
||||
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = "0.12.3"
|
||||
hickory-resolver = { version = "0.24", features = ["tokio-runtime"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue