Update Rust crate juniper to 0.17.0
Some checks failed
Build and Test / account (push) Failing after 5m33s
Some checks failed
Build and Test / account (push) Failing after 5m33s
This commit is contained in:
parent
f3f2462112
commit
67b1e83ddd
2 changed files with 68 additions and 5 deletions
71
Cargo.lock
generated
71
Cargo.lock
generated
|
|
@ -22,7 +22,7 @@ dependencies = [
|
|||
"hex",
|
||||
"hickory-resolver",
|
||||
"hmac",
|
||||
"juniper",
|
||||
"juniper 0.17.1",
|
||||
"juniper_rocket",
|
||||
"k256",
|
||||
"lettre",
|
||||
|
|
@ -259,6 +259,12 @@ version = "1.0.97"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
|
||||
|
||||
[[package]]
|
||||
name = "arcstr"
|
||||
version = "1.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "03918c3dbd7701a85c6b9887732e2921175f26c350b4563841d0958c21d57e6d"
|
||||
|
||||
[[package]]
|
||||
name = "argon2"
|
||||
version = "0.5.3"
|
||||
|
|
@ -574,6 +580,15 @@ dependencies = [
|
|||
"bytes",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "castaway"
|
||||
version = "0.2.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
|
||||
dependencies = [
|
||||
"rustversion",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cbc"
|
||||
version = "0.1.2"
|
||||
|
|
@ -622,6 +637,20 @@ dependencies = [
|
|||
"inout",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "compact_str"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a"
|
||||
dependencies = [
|
||||
"castaway",
|
||||
"cfg-if",
|
||||
"itoa",
|
||||
"rustversion",
|
||||
"ryu",
|
||||
"static_assertions",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "concurrent-queue"
|
||||
version = "2.5.0"
|
||||
|
|
@ -1917,16 +1946,37 @@ checksum = "943306315b1a7a03d27af9dfb0c288d9f4da8830c17df4bceb7d50a47da0982c"
|
|||
dependencies = [
|
||||
"async-trait",
|
||||
"auto_enums",
|
||||
"chrono",
|
||||
"fnv",
|
||||
"futures",
|
||||
"indexmap 2.7.1",
|
||||
"juniper_codegen",
|
||||
"juniper_codegen 0.16.0",
|
||||
"serde",
|
||||
"smartstring",
|
||||
"static_assertions",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "juniper"
|
||||
version = "0.17.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "118749c965e171dcccffb7ca0dff6ab00451b08ba2710914caaaebc3686a7c3f"
|
||||
dependencies = [
|
||||
"arcstr",
|
||||
"async-trait",
|
||||
"auto_enums",
|
||||
"chrono",
|
||||
"compact_str",
|
||||
"derive_more",
|
||||
"fnv",
|
||||
"futures",
|
||||
"indexmap 2.7.1",
|
||||
"itertools",
|
||||
"juniper_codegen 0.17.0",
|
||||
"ref-cast",
|
||||
"serde",
|
||||
"static_assertions",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "juniper_codegen"
|
||||
version = "0.16.0"
|
||||
|
|
@ -1939,6 +1989,19 @@ dependencies = [
|
|||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "juniper_codegen"
|
||||
version = "0.17.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8634f500d6d2ec5c91c115b83e15d998d9ea05645aaa43f7afec09e660c483ba"
|
||||
dependencies = [
|
||||
"derive_more",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "juniper_rocket"
|
||||
version = "0.9.0"
|
||||
|
|
@ -1948,7 +2011,7 @@ dependencies = [
|
|||
"either",
|
||||
"futures",
|
||||
"inlinable_string",
|
||||
"juniper",
|
||||
"juniper 0.16.1",
|
||||
"pear",
|
||||
"rocket",
|
||||
"serde_json",
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ gxhash = "3.4.1"
|
|||
sentry = "0.38.0"
|
||||
rocket_cors = "0.6.0"
|
||||
|
||||
juniper = { version = "0.16.1", features = ["chrono"] }
|
||||
juniper = { version = "0.17.0", features = ["chrono"] }
|
||||
juniper_rocket = "0.9.0"
|
||||
|
||||
tonic = "0.12.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue