Skip to content

Commit b70699d

Browse files
Update Rust crate async-graphql to 7.0.3
1 parent 3944f1e commit b70699d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mangadex-api-input-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ serde = "1.0"
1313
specta = { version = "1.0", optional = true }
1414
tokio = { version = "1", features = ["full"] }
1515
anyhow = "1.0.82"
16-
async-graphql = { version = "7", optional = true, features = ["uuid", "url"] }
16+
async-graphql = { version = "7.0.3", optional = true, features = ["uuid", "url"] }
1717

1818
[dependencies.uuid]
1919
version = "1.8"

mangadex-api-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ features = [
6262
]
6363

6464
[dependencies.async-graphql]
65-
version = "7"
65+
version = "7.0.3"
6666
features = [
6767
"time",
6868
"uuid"

0 commit comments

Comments
 (0)