mirror of
https://github.com/actix/actix-website
synced 2025-04-22 21:34:51 +02:00
Bumps [sea-orm](https://github.com/SeaQL/sea-orm) from 1.1.8 to 1.1.9. - [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/1.1.8...1.1.9) --- updated-dependencies: - dependency-name: sea-orm dependency-version: 1.1.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 lines
334 B
TOML
16 lines
334 B
TOML
[package]
|
|
name = "sea-orm-databases"
|
|
version = "0.1.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
actix-web = "4"
|
|
sea-orm = { version = "1.1.9", features = [
|
|
"sqlx-sqlite",
|
|
"runtime-tokio-native-tls",
|
|
"macros",
|
|
] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
uuid = { version = "1", features = ["v4"] }
|