Skip to content

Commit

Permalink
Upgrade to poem 3.x.x and poem-openapi 5.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
banool committed Jul 11, 2024
1 parent d452894 commit fdb449d
Show file tree
Hide file tree
Showing 16 changed files with 545 additions and 193 deletions.
457 changes: 304 additions & 153 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -661,9 +661,9 @@ percent-encoding = "2.1.0"
petgraph = "0.5.1"
pin-project = "1.0.10"
plotters = { version = "0.3.5", default-features = false }
poem = { version = "=1.3.59", features = ["anyhow", "rustls"] }
poem-openapi = { version = "=2.0.11", features = ["swagger-ui", "url"] }
poem-openapi-derive = "=2.0.11"
poem = { version = "3.0.1", features = ["anyhow", "rustls"] }
poem-openapi = { version = "5.0.2", features = ["swagger-ui", "url"] }
poem-openapi-derive = "5.0.2"
poseidon-ark = { git = "https://github.com/arnaucube/poseidon-ark.git", rev = "6d2487aa1308d9d3860a2b724c485d73095c1c68" }
pprof = { version = "0.11", features = ["flamegraph", "protobuf-codec"] }
pretty = "0.10.0"
Expand Down
2 changes: 0 additions & 2 deletions api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ aptos-runtimes = { workspace = true }
aptos-storage-interface = { workspace = true }
aptos-types = { workspace = true }
aptos-vm = { workspace = true }
async-trait = { workspace = true }
bcs = { workspace = true }
bytes = { workspace = true }
fail = { workspace = true }
futures = { workspace = true }
hex = { workspace = true }
hyper = { workspace = true }
itertools = { workspace = true }
mime = { workspace = true }
mini-moka = { workspace = true }
Expand Down
Loading

0 comments on commit fdb449d

Please sign in to comment.