warpgate/warpgate-db-entities/Cargo.toml
dependabot[bot] f9546ee9f5 Bump poem-openapi from 2.0.6 to 2.0.10
Bumps [poem-openapi](https://github.com/poem-web/poem) from 2.0.6 to 2.0.10.
- [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
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-13 22:56:26 +02:00

15 lines
501 B
TOML

[package]
edition = "2021"
license = "Apache-2.0"
name = "warpgate-db-entities"
version = "0.6.1"
[dependencies]
chrono = {version = "0.4", features = ["serde"]}
poem-openapi = {version = "^2.0.10", features = ["chrono", "uuid"]}
sea-orm = {version = "^0.9", features = ["macros", "with-chrono", "with-uuid", "with-json"], default-features = false}
serde = "1.0"
serde_json = "1.0"
uuid = {version = "1.0", features = ["v4", "serde"]}
warpgate-common = { version = "*", path = "../warpgate-common" }