diff --git a/Cargo.toml b/Cargo.toml index a31a9da..936e149 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ http = "0.2.11" base64 = "0.21.7" bitflags = { version = "2.4.1", features = ["serde"] } lazy_static = "1.4.0" -poem = { version = "1.3.59", optional = true } +poem = { version = "3.0.1", optional = true } thiserror = "1.0.56" jsonwebtoken = "8.3.0" log = "0.4.20"