1
0
mirror of https://github.com/actix/actix-website synced 2025-04-22 21:34:51 +02:00
dependabot[bot] 58f65395fe
chore(deps): bump sea-orm from 1.1.9 to 1.1.10 in /examples
Bumps [sea-orm](https://github.com/SeaQL/sea-orm) from 1.1.9 to 1.1.10.
- [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.9...1.1.10)

---
updated-dependencies:
- dependency-name: sea-orm
  dependency-version: 1.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-21 05:33:43 +00:00

16 lines
335 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.10", features = [
"sqlx-sqlite",
"runtime-tokio-native-tls",
"macros",
] }
serde = { version = "1", features = ["derive"] }
uuid = { version = "1", features = ["v4"] }