update juniper to 0.17 but fr this time
All checks were successful
Build and Test / account (push) Successful in 7m27s

This commit is contained in:
SolidStateDrive 2026-04-28 23:13:33 +02:00
commit 751168154f
5 changed files with 29 additions and 311 deletions

View file

@ -41,9 +41,8 @@ sentry = "0.38.0"
rocket_cors = "0.6.0"
juniper = { version = "0.17.0", features = ["chrono"] }
juniper_rocket = "0.9.0"
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"] }