Skip to content

Commit

Permalink
Update poem-openapi requirement from 2.0.26 to 3.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [poem-openapi](https://github.com/poem-web/poem) to permit the latest version.
- [Release notes](https://github.com/poem-web/poem/releases)
- [Commits](https://github.com/poem-web/poem/commits)

---
updated-dependencies:
- dependency-name: poem-openapi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent c53f3be commit 3b4d4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde = ["dep:serde"]
itertools = { version = "0.11.0", default-features = false, features = ["use_std"] }
paste = { version = "1.0.12", default-features = false }
poem = { version = "1.3.55", default-features = false }
poem-openapi = { version = "2.0.26", default-features = false }
poem-openapi = { version = "3.0.0", default-features = false }
sea-orm = { version = "0.11.3", default-features = false, optional = true, features = ["macros"] }
serde = { version = "1.0.167", default-features = false, optional = true }
tokio-shield = { version = "0.1.0", default-features = false, optional = true }
Expand Down

0 comments on commit 3b4d4f4

Please sign in to comment.