Skip to content

File tree

10 files changed

+21
-21
lines changed

10 files changed

+21
-21
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT/Apache-2.0"
1010
name = "async-graphql"
1111
readme = "README.md"
1212
repository = "https://github.com/async-graphql/async-graphql"
13-
version = "4.0.3"
13+
version = "4.0.4"
1414

1515
[features]
1616
apollo_persisted_queries = ["lru", "sha2"]
@@ -28,9 +28,9 @@ tracing = ["tracinglib", "tracing-futures"]
2828
unblock = ["blocking"]
2929

3030
[dependencies]
31-
async-graphql-derive = { path = "derive", version = "4.0.3" }
32-
async-graphql-parser = { path = "parser", version = "4.0.3" }
33-
async-graphql-value = { path = "value", version = "4.0.3" }
31+
async-graphql-derive = { path = "derive", version = "4.0.4" }
32+
async-graphql-parser = { path = "parser", version = "4.0.4" }
33+
async-graphql-value = { path = "value", version = "4.0.4" }
3434

3535
async-stream = "0.3.0"
3636
async-trait = "0.1.48"

derive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ keywords = ["futures", "async", "graphql"]
99
license = "MIT/Apache-2.0"
1010
name = "async-graphql-derive"
1111
repository = "https://github.com/async-graphql/async-graphql"
12-
version = "4.0.3"
12+
version = "4.0.4"
1313

1414
[lib]
1515
proc-macro = true
1616

1717
[dependencies]
18-
async-graphql-parser = { path = "../parser", version = "4.0.3" }
18+
async-graphql-parser = { path = "../parser", version = "4.0.4" }
1919

2020
Inflector = "0.11.4"
2121
darling = "0.14.0"

integrations/actix-web/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ keywords = ["futures", "async", "graphql"]
99
license = "MIT/Apache-2.0"
1010
name = "async-graphql-actix-web"
1111
repository = "https://github.com/async-graphql/async-graphql"
12-
version = "4.0.3"
12+
version = "4.0.4"
1313

1414
[dependencies]
15-
async-graphql = { path = "../..", version = "4.0.3", default-features = false }
15+
async-graphql = { path = "../..", version = "4.0.4", default-features = false }
1616

1717
actix = "0.13.0"
1818
actix-http = "3.1.0"

integrations/axum/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ keywords = ["futures", "async", "graphql", "axum"]
99
license = "MIT/Apache-2.0"
1010
name = "async-graphql-axum"
1111
repository = "https://github.com/async-graphql/async-graphql"
12-
version = "4.0.3"
12+
version = "4.0.4"
1313

1414
[dependencies]
15-
async-graphql = { path = "../..", version = "4.0.3", default-features = false }
15+
async-graphql = { path = "../..", version = "4.0.4", default-features = false }
1616

1717
async-trait = "0.1.51"
1818
axum = { version = "0.5.1", features = ["ws", "headers"] }

integrations/poem/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ keywords = ["futures", "async", "graphql", "poem"]
99
license = "MIT/Apache-2.0"
1010
name = "async-graphql-poem"
1111
repository = "https://github.com/async-graphql/async-graphql"
12-
version = "4.0.3"
12+
version = "4.0.4"
1313

1414
[dependencies]
15-
async-graphql = { path = "../..", version = "4.0.3", default-features = false }
15+
async-graphql = { path = "../..", version = "4.0.4", default-features = false }
1616

1717
futures-util = { version = "0.3.0", default-features = false }
1818
poem = { version = "1.3.0", features = ["websocket"] }

integrations/rocket/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ keywords = ["futures", "async", "graphql", "rocket"]
99
license = "MIT/Apache-2.0"
1010
name = "async-graphql-rocket"
1111
repository = "https://github.com/async-graphql/async-graphql"
12-
version = "4.0.3"
12+
version = "4.0.4"
1313

1414
[dependencies]
15-
async-graphql = { path = "../..", version = "4.0.3", default-features = false }
15+
async-graphql = { path = "../..", version = "4.0.4", default-features = false }
1616

1717
rocket = { version = "0.5.0-rc.1", default-features = false }
1818
serde = "1.0.126"

integrations/tide/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ keywords = ["futures", "async", "graphql"]
99
license = "MIT/Apache-2.0"
1010
name = "async-graphql-tide"
1111
repository = "https://github.com/async-graphql/async-graphql"
12-
version = "4.0.3"
12+
version = "4.0.4"
1313

1414
[features]
1515
default = ["websocket"]
1616
websocket = ["tide-websockets"]
1717

1818
[dependencies]
19-
async-graphql = { path = "../..", version = "4.0.3", default-features = false }
19+
async-graphql = { path = "../..", version = "4.0.4", default-features = false }
2020

2121
async-trait = "0.1.48"
2222
futures-util = "0.3.0"

integrations/warp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ keywords = ["futures", "async", "graphql"]
99
license = "MIT/Apache-2.0"
1010
name = "async-graphql-warp"
1111
repository = "https://github.com/async-graphql/async-graphql"
12-
version = "4.0.3"
12+
version = "4.0.4"
1313

1414
[dependencies]
15-
async-graphql = { path = "../..", version = "4.0.3", default-features = false }
15+
async-graphql = { path = "../..", version = "4.0.4", default-features = false }
1616

1717
futures-util = { version = "0.3.0", default-features = false, features = [
1818
"sink",

parser/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ keywords = ["futures", "async", "graphql"]
99
license = "MIT/Apache-2.0"
1010
name = "async-graphql-parser"
1111
repository = "https://github.com/async-graphql/async-graphql"
12-
version = "4.0.3"
12+
version = "4.0.4"
1313

1414
[dependencies]
15-
async-graphql-value = { path = "../value", version = "4.0.3" }
15+
async-graphql-value = { path = "../value", version = "4.0.4" }
1616
pest = "2.1.3"
1717
serde = { version = "1.0.125", features = ["derive"] }
1818
serde_json = "1.0.64"

value/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-graphql-value"
3-
version = "4.0.3"
3+
version = "4.0.4"
44
authors = ["sunli <[email protected]>", "Koxiaet"]
55
edition = "2021"
66
description = "GraphQL value for async-graphql"

0 commit comments

Comments
 (0)