diff --git a/bin/Cargo.toml b/bin/Cargo.toml index c3729ef..846d00c 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -16,7 +16,7 @@ clap.workspace = true serde.workspace = true atm0s-sdn = { path = "../packages/runner", version = "0.2.2", features = ["vpn"] } tokio = { version = "1", features = ["full"] } -poem = { version = "2.0", features = ["embed", "static-files", "websocket"] } +poem = { version = "3.0", features = ["embed", "static-files", "websocket"] } rust-embed = { version = "8.2", optional = true } futures-util = "0.3"