diff --git a/Cargo.toml b/Cargo.toml index 0d67f801..ab87539b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT/Apache-2.0" name = "async-graphql" readme = "README.md" repository = "https://github.com/async-graphql/async-graphql" -version = "4.0.1" +version = "4.0.2" [features] apollo_persisted_queries = ["lru", "sha2"] @@ -27,9 +27,9 @@ tracing = ["tracinglib", "tracing-futures"] unblock = ["blocking"] [dependencies] -async-graphql-derive = { path = "derive", version = "4.0.1" } -async-graphql-parser = { path = "parser", version = "4.0.1" } -async-graphql-value = { path = "value", version = "4.0.1" } +async-graphql-derive = { path = "derive", version = "4.0.2" } +async-graphql-parser = { path = "parser", version = "4.0.2" } +async-graphql-value = { path = "value", version = "4.0.2" } async-stream = "0.3.0" async-trait = "0.1.48" diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 7fdae9d3..cc0f2c1f 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -9,13 +9,13 @@ keywords = ["futures", "async", "graphql"] license = "MIT/Apache-2.0" name = "async-graphql-derive" repository = "https://github.com/async-graphql/async-graphql" -version = "4.0.1" +version = "4.0.2" [lib] proc-macro = true [dependencies] -async-graphql-parser = { path = "../parser", version = "4.0.1" } +async-graphql-parser = { path = "../parser", version = "4.0.2" } Inflector = "0.11.4" darling = "0.14.0" diff --git a/integrations/actix-web/Cargo.toml b/integrations/actix-web/Cargo.toml index 9df1cfce..1ab47179 100644 --- a/integrations/actix-web/Cargo.toml +++ b/integrations/actix-web/Cargo.toml @@ -9,10 +9,10 @@ keywords = ["futures", "async", "graphql"] license = "MIT/Apache-2.0" name = "async-graphql-actix-web" repository = "https://github.com/async-graphql/async-graphql" -version = "4.0.1" +version = "4.0.2" [dependencies] -async-graphql = { path = "../..", version = "4.0.1" } +async-graphql = { path = "../..", version = "4.0.2" } actix = "0.13.0" actix-http = "3.0.1" diff --git a/integrations/axum/Cargo.toml b/integrations/axum/Cargo.toml index 65750e8e..e6ce497a 100644 --- a/integrations/axum/Cargo.toml +++ b/integrations/axum/Cargo.toml @@ -9,10 +9,10 @@ keywords = ["futures", "async", "graphql", "axum"] license = "MIT/Apache-2.0" name = "async-graphql-axum" repository = "https://github.com/async-graphql/async-graphql" -version = "4.0.1" +version = "4.0.2" [dependencies] -async-graphql = { path = "../..", version = "4.0.1" } +async-graphql = { path = "../..", version = "4.0.2" } async-trait = "0.1.51" axum = { version = "0.5.1", features = ["ws", "headers"] } diff --git a/integrations/poem/Cargo.toml b/integrations/poem/Cargo.toml index 5255f3c6..8f340a3f 100644 --- a/integrations/poem/Cargo.toml +++ b/integrations/poem/Cargo.toml @@ -9,10 +9,10 @@ keywords = ["futures", "async", "graphql", "poem"] license = "MIT/Apache-2.0" name = "async-graphql-poem" repository = "https://github.com/async-graphql/async-graphql" -version = "4.0.1" +version = "4.0.2" [dependencies] -async-graphql = { path = "../..", version = "4.0.1" } +async-graphql = { path = "../..", version = "4.0.2" } futures-util = { version = "0.3.0", default-features = false } poem = { version = "1.3.0", features = ["websocket"] } diff --git a/integrations/rocket/Cargo.toml b/integrations/rocket/Cargo.toml index 189b2663..443b2f1a 100644 --- a/integrations/rocket/Cargo.toml +++ b/integrations/rocket/Cargo.toml @@ -9,10 +9,10 @@ keywords = ["futures", "async", "graphql", "rocket"] license = "MIT/Apache-2.0" name = "async-graphql-rocket" repository = "https://github.com/async-graphql/async-graphql" -version = "4.0.1" +version = "4.0.2" [dependencies] -async-graphql = { path = "../..", version = "4.0.1" } +async-graphql = { path = "../..", version = "4.0.2" } rocket = { version = "0.5.0-rc.1", default-features = false } serde = "1.0.126" diff --git a/integrations/tide/Cargo.toml b/integrations/tide/Cargo.toml index 75ef1cd4..bcb3e0eb 100644 --- a/integrations/tide/Cargo.toml +++ b/integrations/tide/Cargo.toml @@ -9,14 +9,14 @@ keywords = ["futures", "async", "graphql"] license = "MIT/Apache-2.0" name = "async-graphql-tide" repository = "https://github.com/async-graphql/async-graphql" -version = "4.0.1" +version = "4.0.2" [features] default = ["websocket"] websocket = ["tide-websockets"] [dependencies] -async-graphql = { path = "../..", version = "4.0.1" } +async-graphql = { path = "../..", version = "4.0.2" } async-trait = "0.1.48" futures-util = "0.3.0" diff --git a/integrations/warp/Cargo.toml b/integrations/warp/Cargo.toml index d8200ae3..3e53aee7 100644 --- a/integrations/warp/Cargo.toml +++ b/integrations/warp/Cargo.toml @@ -9,10 +9,10 @@ keywords = ["futures", "async", "graphql"] license = "MIT/Apache-2.0" name = "async-graphql-warp" repository = "https://github.com/async-graphql/async-graphql" -version = "4.0.1" +version = "4.0.2" [dependencies] -async-graphql = { path = "../..", version = "4.0.1" } +async-graphql = { path = "../..", version = "4.0.2" } futures-util = { version = "0.3.0", default-features = false, features = [ "sink", diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 3a504826..76429a59 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -9,10 +9,10 @@ keywords = ["futures", "async", "graphql"] license = "MIT/Apache-2.0" name = "async-graphql-parser" repository = "https://github.com/async-graphql/async-graphql" -version = "4.0.1" +version = "4.0.2" [dependencies] -async-graphql-value = { path = "../value", version = "4.0.1" } +async-graphql-value = { path = "../value", version = "4.0.2" } pest = "2.1.3" serde = { version = "1.0.125", features = ["derive"] } serde_json = "1.0.64" diff --git a/value/Cargo.toml b/value/Cargo.toml index 5dfe04fc..9fe6b040 100644 --- a/value/Cargo.toml +++ b/value/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-graphql-value" -version = "4.0.1" +version = "4.0.2" authors = ["sunli ", "Koxiaet"] edition = "2021" description = "GraphQL value for async-graphql"