Pin poem version to fix CI

Signed-off-by: Jim Crossley <jim@crossleys.org>
This commit is contained in:
Jim Crossley 2021-12-15 08:56:21 -05:00
parent 70e3b6681b
commit 7f538a3f37
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ edition = "2021"
cloudevents-sdk = { path = "../..", features = ["poem"] }
tokio = { version = "1.13", features = ["macros", "rt-multi-thread"] }
tracing = "0.1"
poem = { version = "1.0.23" }
poem = { version = "=1.0.23" }
tracing-subscriber = "0.2"
serde_json = "1.0"