Update CHANGELOG

This commit is contained in:
Sunli 2021-12-17 09:47:21 +08:00
parent 0943b583bd
commit 5e6428ed18
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.0.17] 2021-12-16
- Bump poem to `1.2.2`.
## [3.0.16] 2021-12-16
- Bump poem to `1.2.1`.

View File

@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
async-graphql = { path = "../..", version = "3.0.13" }
poem = { version = "1.2.1", features = ["websocket"] }
poem = { version = "1.2.2", features = ["websocket"] }
futures-util = { version = "0.3.0", default-features = false }
serde_json = "1.0.66"
tokio-util = { version = "0.6.7", features = ["compat"] }