Skip to content

Commit 9c4ea32

Browse files
committed
Prepare 0.16.1 release of juniper crate
1 parent c674548 commit 9c4ea32

File tree

24 files changed

+53
-52
lines changed

24 files changed

+53
-52
lines changed

book/src/advanced/implicit_and_explicit_null.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ impl Mutation {
106106

107107

108108

109-
[`Nullable`]: https://docs.rs/juniper/0.16.0/juniper/enum.Nullable.html
109+
[`Nullable`]: https://docs.rs/juniper/0.16.1/juniper/enum.Nullable.html
110110
[GraphQL]: https://graphql.org
111111
[Juniper]: https://docs.rs/juniper
112112
[Rust]: https://www.rust-lang.org

book/src/advanced/lookahead.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ See more available look-ahead features in the API docs of the [`LookAheadSelecti
213213

214214

215215

216-
[`DefaultScalarValue`]: https://docs.rs/juniper/0.16.0/juniper/enum.DefaultScalarValue.html
217-
[`Executor`]: https://docs.rs/juniper/0.16.0/juniper/executor/struct.Executor.html
218-
[`ScalarValue`]: https://docs.rs/juniper/0.16.0/juniper/trait.ScalarValue.html
216+
[`DefaultScalarValue`]: https://docs.rs/juniper/0.16.1/juniper/enum.DefaultScalarValue.html
217+
[`Executor`]: https://docs.rs/juniper/0.16.1/juniper/executor/struct.Executor.html
218+
[`ScalarValue`]: https://docs.rs/juniper/0.16.1/juniper/trait.ScalarValue.html
219219
[GraphQL]: https://graphql.org
220220
[Juniper]: https://docs.rs/juniper
221221
[Rust]: https://www.rust-lang.org
@@ -224,6 +224,6 @@ See more available look-ahead features in the API docs of the [`LookAheadSelecti
224224
[1]: https://spec.graphql.org/October2021#sec-Execution
225225
[2]: https://spec.graphql.org/October2021#sec-Language.Operations\
226226
[3]: https://spec.graphql.org/October2021#sec-Language.Fields
227-
[20]: https://docs.rs/juniper/0.16.0/juniper/executor/struct.Executor.html#method.look_ahead
228-
[21]: https://docs.rs/juniper/0.16.0/juniper/executor/struct.LookAheadSelection.html
229-
[22]: https://docs.rs/juniper/0.16.0/juniper/executor/struct.LookAheadChildren.html
227+
[20]: https://docs.rs/juniper/0.16.1/juniper/executor/struct.Executor.html#method.look_ahead
228+
[21]: https://docs.rs/juniper/0.16.1/juniper/executor/struct.LookAheadSelection.html
229+
[22]: https://docs.rs/juniper/0.16.1/juniper/executor/struct.LookAheadChildren.html

book/src/quickstart.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This page will give you a short introduction to the concepts in [Juniper].
1414

1515
```toml
1616
[dependencies]
17-
juniper = "0.16.0"
17+
juniper = "0.16.1"
1818
```
1919

2020

@@ -229,4 +229,4 @@ fn main() {
229229
[schema-first]: https://www.apollographql.com/blog/backend/architecture/schema-first-vs-code-only-graphql#schema-first
230230

231231
[1]: https://spec.graphql.org/October2021#sec-Root-Operation-Types
232-
[2]: https://docs.rs/juniper/0.16.0/juniper/macro.graphql_object.html
232+
[2]: https://docs.rs/juniper/0.16.1/juniper/macro.graphql_object.html

book/src/schema/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@ fn main() {
159159

160160

161161

162-
[`EmptyMutation`]: https://docs.rs/juniper/0.16.0/juniper/struct.EmptyMutation.html
163-
[`EmptySubscription`]: https://docs.rs/juniper/0.16.0/juniper/struct.EmptySubscription.html
162+
[`EmptyMutation`]: https://docs.rs/juniper/0.16.1/juniper/struct.EmptyMutation.html
163+
[`EmptySubscription`]: https://docs.rs/juniper/0.16.1/juniper/struct.EmptySubscription.html
164164
[`juniper`]: https://docs.rs/juniper
165165
[`juniper-from-schema`]: https://docs.rs/juniper-from-schema
166-
[`RootNode`]: https://docs.rs/juniper/0.16.0/juniper/struct.RootNode.html
166+
[`RootNode`]: https://docs.rs/juniper/0.16.1/juniper/struct.RootNode.html
167167
[code-first]: https://www.apollographql.com/blog/backend/architecture/schema-first-vs-code-only-graphql#code-only
168168
[schema-first]: https://www.apollographql.com/blog/backend/architecture/schema-first-vs-code-only-graphql#schema-first
169169
[GraphQL]: https://graphql.org
@@ -179,7 +179,7 @@ fn main() {
179179
[4]: https://spec.graphql.org/October2021#sec-Objects
180180
[5]: https://spec.graphql.org/October2021#sec-Root-Operation-Types.Default-Root-Operation-Type-Names
181181
[6]: https://graphql.org/learn/schema#type-language
182-
[20]: https://docs.rs/juniper/0.16.0/juniper/struct.RootNode.html#method.as_sdl
182+
[20]: https://docs.rs/juniper/0.16.1/juniper/struct.RootNode.html#method.as_sdl
183183
[21]: https://docs.rs/crate/juniper/latest/source/src/introspection/query.graphql
184-
[22]: https://docs.rs/juniper/0.16.0/juniper/fn.introspect.html
184+
[22]: https://docs.rs/juniper/0.16.1/juniper/fn.introspect.html
185185
[30]: https://npmjs.com/package/graphql-json-to-sdl

book/src/schema/introspection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ fn main() {
7878
[3]: https://spec.graphql.org/October2021#sel-GAFRJDABABI5C
7979
[4]: https://spec.graphql.org/October2021#sel-GAFRJFABABMvpN
8080
[5]: https://spec.graphql.org/October2021#sec-Execution
81-
[9]: https://docs.rs/juniper/0.16.0/juniper/struct.RootNode.html#method.disable_introspection
81+
[9]: https://docs.rs/juniper/0.16.1/juniper/struct.RootNode.html#method.disable_introspection
8282
[10]: https://www.apollographql.com/blog/why-you-should-disable-graphql-introspection-in-production
8383
[11]: https://spec.graphql.org/October2021#sec-Validation

book/src/schema/subscriptions.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ For information about serving [GraphQL subscriptions][9] over [WebSocket], see t
152152
[`Coordinator`]: https://docs.rs/juniper_subscriptions/0.17.0/juniper_subscriptions/struct.Coordinator.html
153153
[`Connection`]: https://docs.rs/juniper_subscriptions/0.17.0/juniper_subscriptions/struct.Connection.html
154154
[`Future`]: https://doc.rust-lang.org/stable/std/future/trait.Future.html
155-
[`GraphQLError`]: https://docs.rs/juniper/0.16.0/juniper/enum.GraphQLError.html
155+
[`GraphQLError`]: https://docs.rs/juniper/0.16.1/juniper/enum.GraphQLError.html
156156
[`Stream`]: https://docs.rs/futures/latest/futures/stream/trait.Stream.html
157-
[`SubscriptionCoordinator`]: https://docs.rs/juniper/0.16.0/juniper/trait.SubscriptionCoordinator.html
158-
[`SubscriptionConnection`]: https://docs.rs/juniper/0.16.0/juniper/trait.SubscriptionConnection.html
157+
[`SubscriptionCoordinator`]: https://docs.rs/juniper/0.16.1/juniper/trait.SubscriptionCoordinator.html
158+
[`SubscriptionConnection`]: https://docs.rs/juniper/0.16.1/juniper/trait.SubscriptionConnection.html
159159
[GraphQL]: https://graphql.org
160160
[Juniper]: https://docs.rs/juniper
161161
[Rust]: https://www.rust-lang.org

book/src/types/enums.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ enum Episode<T> {
142142

143143
[0]: https://spec.graphql.org/October2021#sec-Enums
144144
[1]: https://spec.graphql.org/October2021#sec-Scalars
145-
[2]: https://docs.rs/juniper/0.16.0/juniper/derive.GraphQLEnum.html
145+
[2]: https://docs.rs/juniper/0.16.1/juniper/derive.GraphQLEnum.html
146146
[3]: https://doc.rust-lang.org/reference/items/enumerations.html
147147
[4]: https://spec.graphql.org/October2021#sec-Descriptions
148148
[5]: https://spec.graphql.org/October2021#sec--deprecated

book/src/types/input_objects.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ struct Point2D {
153153
[spec]: https://spec.graphql.org/October2021
154154

155155
[0]: https://spec.graphql.org/October2021#sec-Input-Objects
156-
[2]: https://docs.rs/juniper/0.16.0/juniper/derive.GraphQLInputObject.html
156+
[2]: https://docs.rs/juniper/0.16.1/juniper/derive.GraphQLInputObject.html
157157
[4]: https://spec.graphql.org/October2021#sec-Language.Fields
158158
[5]: https://spec.graphql.org/October2021#sec-Language.Arguments
159159
[6]: https://doc.rust-lang.org/reference/comments.html#doc-comments

book/src/types/interfaces.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ trait Person {
397397
[Rust]: https://www.rust-lang.org
398398

399399
[0]: https://spec.graphql.org/October2021#sec-Interfaces
400-
[2]: https://docs.rs/juniper/0.16.0/juniper/derive.GraphQLInterface.html
401-
[3]: https://docs.rs/juniper/0.16.0/juniper/attr.graphql_interface.html
400+
[2]: https://docs.rs/juniper/0.16.1/juniper/derive.GraphQLInterface.html
401+
[3]: https://docs.rs/juniper/0.16.1/juniper/attr.graphql_interface.html
402402
[4]: https://spec.graphql.org/October2021#sec-Language.Fields
403403
[5]: https://spec.graphql.org/October2021#sec-Language.Arguments
404404
[6]: https://spec.graphql.org/October2021#sec-Non-Null

book/src/types/objects/complex_fields.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ impl Person {
217217

218218
[0]: https://spec.graphql.org/October2021#sec-Objects
219219
[1]: https://spec.graphql.org/October2021#sec-Execution
220-
[2]: https://docs.rs/juniper/0.16.0/juniper/derive.GraphQLObject.html
221-
[3]: https://docs.rs/juniper/0.16.0/juniper/attr.graphql_object.html
220+
[2]: https://docs.rs/juniper/0.16.1/juniper/derive.GraphQLObject.html
221+
[3]: https://docs.rs/juniper/0.16.1/juniper/attr.graphql_object.html
222222
[4]: https://spec.graphql.org/October2021#sec-Language.Fields
223223
[5]: https://spec.graphql.org/October2021#sec-Language.Arguments
224224
[6]: https://doc.rust-lang.org/reference/items/implementations.html#inherent-implementations

book/src/types/objects/error/field.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,6 @@ And the specified structured error information will be included into the [error'
178178
[13]: https://doc.rust-lang.org/stable/std/macro.panic.html
179179
[14]: https://doc.rust-lang.org/book/ch09-02-recoverable-errors-with-result.html#a-shortcut-for-propagating-errors-the--operator
180180
[15]: https://doc.rust-lang.org/stable/std/fmt/trait.Display.html
181-
[21]: https://docs.rs/juniper/0.16.0/juniper/executor/type.FieldResult.html
182-
[22]: https://docs.rs/juniper/0.16.0/juniper/executor/struct.FieldError.html
183-
[23]: https://docs.rs/juniper/0.16.0/juniper/executor/trait.IntoFieldError.html
181+
[21]: https://docs.rs/juniper/0.16.1/juniper/executor/type.FieldResult.html
182+
[22]: https://docs.rs/juniper/0.16.1/juniper/executor/struct.FieldError.html
183+
[23]: https://docs.rs/juniper/0.16.1/juniper/executor/trait.IntoFieldError.html

book/src/types/objects/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Because `Person` is a valid [GraphQL] type, we can have a `Vec<Person>` in a [st
204204

205205

206206

207-
[`Nullable`]: https://docs.rs/juniper/0.16.0/juniper/enum.Nullable.html
207+
[`Nullable`]: https://docs.rs/juniper/0.16.1/juniper/enum.Nullable.html
208208
[GraphQL]: https://graphql.org
209209
[Juniper]: https://docs.rs/juniper
210210
[Rust]: https://www.rust-lang.org
@@ -213,8 +213,8 @@ Because `Person` is a valid [GraphQL] type, we can have a `Vec<Person>` in a [st
213213

214214
[0]: https://spec.graphql.org/October2021#sec-Objects
215215
[1]: https://spec.graphql.org/October2021#sec-Execution
216-
[2]: https://docs.rs/juniper/0.16.0/juniper/derive.GraphQLObject.html
217-
[3]: https://docs.rs/juniper/0.16.0/juniper/attr.graphql_object.html
216+
[2]: https://docs.rs/juniper/0.16.1/juniper/derive.GraphQLObject.html
217+
[3]: https://docs.rs/juniper/0.16.1/juniper/attr.graphql_object.html
218218
[4]: https://spec.graphql.org/October2021#sec-Non-Null
219219
[5]: https://spec.graphql.org/October2021#sec-Introspection
220220
[6]: https://doc.rust-lang.org/reference/comments.html#doc-comments

book/src/types/scalars.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ mod date_scalar {
425425
[`ID`]: https://spec.graphql.org/October2021#sec-ID
426426
[`LocalTime`]: https://graphql-scalars.dev/docs/scalars/local-time
427427
[`rust_decimal`]: https://docs.rs/rust_decimal
428-
[`ScalarValue`]: https://docs.rs/juniper/0.16.0/juniper/trait.ScalarValue.html
428+
[`ScalarValue`]: https://docs.rs/juniper/0.16.1/juniper/trait.ScalarValue.html
429429
[`serde`]: https://docs.rs/serde
430430
[`time`]: https://docs.rs/time
431431
[`time::Date`]: https://docs.rs/time/latest/time/struct.Date.html
@@ -453,5 +453,5 @@ mod date_scalar {
453453
[5]: https://spec.graphql.org/October2021/#sec-Scalars.Built-in-Scalars
454454
[6]: https://serde.rs/container-attrs.html#transparent
455455
[7]: https://spec.graphql.org/October2021#sec-Value-Resolution
456-
[8]: https://docs.rs/juniper/0.16.0/juniper/derive.GraphQLScalar.html
457-
[9]: https://docs.rs/juniper/0.16.0/juniper/attr.graphql_scalar.html
456+
[8]: https://docs.rs/juniper/0.16.1/juniper/derive.GraphQLScalar.html
457+
[9]: https://docs.rs/juniper/0.16.1/juniper/attr.graphql_scalar.html

book/src/types/unions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ enum Character<S> {
159159

160160
[0]: https://spec.graphql.org/October2021#sec-Unions
161161
[1]: https://graphql.org/learn/schema
162-
[2]: https://docs.rs/juniper/0.16.0/juniper/derive.GraphQLUnion.html
162+
[2]: https://docs.rs/juniper/0.16.1/juniper/derive.GraphQLUnion.html
163163
[6]: https://doc.rust-lang.org/reference/comments.html#doc-comments
164164
[7]: https://spec.graphql.org/October2021#sec-Descriptions
165165
[10]: https://spec.graphql.org/October2021#sec-Objects

juniper/CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
66

77

88

9-
## master
9+
## [0.16.1] · 2024-04-04
10+
[0.16.1]: /../../tree/juniper-v0.16.1/juniper
1011

11-
[Diff](/../../compare/juniper-v0.16.0...master)
12+
[Diff](/../../compare/juniper-v0.16.0...juniper-v0.16.1) | [Milestone](/../../milestone/6)
1213

1314
### Changed
1415

@@ -22,7 +23,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
2223
## [0.16.0] · 2024-03-20
2324
[0.16.0]: /../../tree/juniper-v0.16.0/juniper
2425

25-
[Diff](/../../compare/juniper-v0.15.12...juniper-v0.16.0)
26+
[Diff](/../../compare/juniper-v0.15.12...juniper-v0.16.0) | [Milestone](/../../milestone/4)
2627

2728
### BC Breaks
2829

juniper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "juniper"
3-
version = "0.16.0"
3+
version = "0.16.1"
44
edition = "2021"
55
rust-version = "1.73"
66
description = "GraphQL server library."

juniper/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Juniper (GraphQL server library for Rust)
77
[![Rust 1.73+](https://img.shields.io/badge/rustc-1.73+-lightgray.svg "Rust 1.73+")](https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html)
88

99
- [Juniper Book] ([current][Juniper Book] | [edge][Juniper Book edge])
10-
- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper-v0.16.0/juniper/CHANGELOG.md)
10+
- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper-v0.16.1/juniper/CHANGELOG.md)
1111

1212

1313
[GraphQL] is a data query language developed by [Facebook] and intended to serve mobile and web application frontends.
@@ -74,7 +74,7 @@ As an exception to other [GraphQL] libraries for other languages, [Juniper] buil
7474

7575
## License
7676

77-
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/juniper-v0.16.0/juniper/LICENSE).
77+
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/juniper-v0.16.1/juniper/LICENSE).
7878

7979

8080

juniper_actix/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ actix-web = "4.4"
3030
actix-ws = { version = "0.2", optional = true }
3131
anyhow = "1.0.47"
3232
futures = "0.3.22"
33-
juniper = { version = "0.16.0", path = "../juniper", default-features = false }
33+
juniper = { version = "0.16", path = "../juniper", default-features = false }
3434
juniper_graphql_ws = { version = "0.4.0", path = "../juniper_graphql_ws", features = ["graphql-transport-ws", "graphql-ws"], optional = true }
3535
serde = { version = "1.0.122", features = ["derive"] }
3636
serde_json = "1.0.18"
@@ -43,7 +43,7 @@ actix-test = "0.1"
4343
async-stream = "0.3"
4444
bytes = "1.0"
4545
env_logger = "0.11"
46-
juniper = { version = "0.16.0", path = "../juniper", features = ["expose-test-schema"] }
46+
juniper = { version = "0.16", path = "../juniper", features = ["expose-test-schema"] }
4747
log = "0.4"
4848
rand = "0.8"
4949
tokio = "1.0"

juniper_axum/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ subscriptions = ["axum/ws", "juniper_graphql_ws/graphql-ws", "dep:futures"]
2727
[dependencies]
2828
axum = "0.7"
2929
futures = { version = "0.3.22", optional = true }
30-
juniper = { version = "0.16.0", path = "../juniper", default-features = false }
30+
juniper = { version = "0.16", path = "../juniper", default-features = false }
3131
juniper_graphql_ws = { version = "0.4.0", path = "../juniper_graphql_ws", features = ["graphql-transport-ws"] }
3232
serde = { version = "1.0.122", features = ["derive"] }
3333
serde_json = "1.0.18"
@@ -40,7 +40,7 @@ bytes = "1.2"
4040
anyhow = "1.0"
4141
axum = { version = "0.7", features = ["http1", "macros", "tokio"] }
4242
futures = "0.3.22"
43-
juniper = { version = "0.16.0", path = "../juniper", features = ["expose-test-schema"] }
43+
juniper = { version = "0.16", path = "../juniper", features = ["expose-test-schema"] }
4444
tokio = { version = "1.20", features = ["macros", "net", "rt-multi-thread", "time"] }
4545
tokio-stream = "0.1"
4646
tokio-tungstenite = "0.21"

juniper_graphql_ws/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ graphql-transport-ws = []
2626
graphql-ws = []
2727

2828
[dependencies]
29-
juniper = { version = "0.16.0", path = "../juniper", default-features = false }
29+
juniper = { version = "0.16", path = "../juniper", default-features = false }
3030
juniper_subscriptions = { version = "0.17.0", path = "../juniper_subscriptions" }
3131
serde = { version = "1.0.122", features = ["derive"], default-features = false }
3232
tokio = { version = "1.0", features = ["macros", "rt", "time"], default-features = false }

juniper_hyper/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ exclude = ["/examples/", "/release.toml"]
2121
futures = "0.3.22"
2222
http-body-util = "0.1"
2323
hyper = { version = "1.0", features = ["server"] }
24-
juniper = { version = "0.16.0", path = "../juniper", default-features = false }
24+
juniper = { version = "0.16", path = "../juniper", default-features = false }
2525
serde_json = "1.0.18"
2626
tokio = "1.0"
2727
url = "2.0"
2828

2929
[dev-dependencies]
3030
hyper = { version = "1.0", features = ["http1"] }
3131
hyper-util = { version = "0.1", features = ["tokio"] }
32-
juniper = { version = "0.16.0", path = "../juniper", features = ["expose-test-schema"] }
32+
juniper = { version = "0.16", path = "../juniper", features = ["expose-test-schema"] }
3333
log = "0.4"
3434
pretty_env_logger = "0.5"
3535
reqwest = { version = "0.12", features = ["blocking", "rustls-tls"], default-features = false }

juniper_rocket/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exclude = ["/examples/", "/tests/", "/release.toml"]
2020

2121
[dependencies]
2222
futures = "0.3.22"
23-
juniper = { version = "0.16.0", path = "../juniper", default-features = false }
23+
juniper = { version = "0.16", path = "../juniper", default-features = false }
2424
rocket = { version = "0.5", default-features = false }
2525
serde_json = "1.0.18"
2626

@@ -32,4 +32,4 @@ pear = "0.2.4"
3232
tempfile = "3.3"
3333

3434
[dev-dependencies]
35-
juniper = { version = "0.16.0", path = "../juniper", features = ["expose-test-schema"] }
35+
juniper = { version = "0.16", path = "../juniper", features = ["expose-test-schema"] }

juniper_subscriptions/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exclude = ["/release.toml"]
1616

1717
[dependencies]
1818
futures = "0.3.22"
19-
juniper = { version = "0.16.0", path = "../juniper", default-features = false }
19+
juniper = { version = "0.16", path = "../juniper", default-features = false }
2020

2121
[dev-dependencies]
2222
serde_json = "1.0.18"

juniper_warp/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ subscriptions = [
3131

3232
[dependencies]
3333
futures = { version = "0.3.22", optional = true }
34-
juniper = { version = "0.16.0", path = "../juniper", default-features = false }
34+
juniper = { version = "0.16", path = "../juniper", default-features = false }
3535
juniper_graphql_ws = { version = "0.4.0", path = "../juniper_graphql_ws", features = ["graphql-transport-ws", "graphql-ws"], optional = true }
3636
log = { version = "0.4", optional = true }
3737
serde = { version = "1.0.122", features = ["derive"] }
@@ -48,7 +48,7 @@ headers = "0.3.8"
4848
async-stream = "0.3"
4949
env_logger = "0.11"
5050
futures = "0.3.22"
51-
juniper = { version = "0.16.0", path = "../juniper", features = ["expose-test-schema"] }
51+
juniper = { version = "0.16", path = "../juniper", features = ["expose-test-schema"] }
5252
log = "0.4"
5353
percent-encoding = "2.1"
5454
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }

0 commit comments

Comments
 (0)