mirror of
https://github.com/warp-tech/warpgate.git
synced 2024-11-13 03:18:48 +08:00
01e69d5234
Bumps [sea-orm-migration](https://github.com/SeaQL/sea-orm) from 0.10.5 to 0.10.6. - [Release notes](https://github.com/SeaQL/sea-orm/releases) - [Changelog](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md) - [Commits](https://github.com/SeaQL/sea-orm/compare/0.10.5...0.10.6) --- updated-dependencies: - dependency-name: sea-orm-migration dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
559 B
TOML
24 lines
559 B
TOML
[package]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
name = "warpgate-db-migrations"
|
|
publish = false
|
|
version = "0.7.0"
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
async-std = { version = "^1.11", features = ["attributes"] }
|
|
chrono = "0.4"
|
|
sea-orm = { version = "0.10.6", features = [
|
|
"runtime-tokio-native-tls",
|
|
"macros",
|
|
"with-chrono",
|
|
"with-uuid",
|
|
"with-json",
|
|
], default-features = false }
|
|
sea-orm-migration = { version = "0.10.6", default-features = false, features = [
|
|
"cli",
|
|
] }
|
|
uuid = { version = "1.2", features = ["v4", "serde"] }
|
|
serde_json = "1.0"
|