Skip to content

Commit 6afc096

Browse files
mikroskeemMiaxos
authored andcommitted
fix: bump async-graphql to 2.10.*
1 parent 4b8905e commit 6afc096

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fix
11+
12+
- Bump `async-graphql` to `2.10.*` to fix dependency resolution conflict while using latest async-graphql.
13+
1014
### Misc
1115

1216
- Add audit github action

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async-std-comp = ["async-std"]
2020
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2121
[dependencies]
2222
protobuf = { version = "2.25.1", features = ["bytes"] }
23-
async-graphql = {version = "2.9.*", features = ["tracing"] }
23+
async-graphql = {version = "2.10.*", features = ["tracing"] }
2424
tracing = "0.1.*"
2525
tracing-futures = { version = "0.2.5", default-features = false, features = ["tokio", "futures-03", "std"] }
2626
futures = "0.3.*" # An implementation of futures and streams featuring zero allocations, composability, and itera…

0 commit comments

Comments
 (0)