Skip to content

Commit

Permalink
fix(deps): update rust crate poem to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 2cbfec4 commit f83bd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clap.workspace = true
serde.workspace = true
atm0s-sdn = { path = "../packages/runner", version = "0.2.1", 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"
Expand Down

0 comments on commit f83bd5a

Please sign in to comment.