mirror of
https://github.com/actix/actix-website
synced 2025-06-27 07:29:02 +02:00
chore(deps): bump sea-orm from 1.1.9 to 1.1.10 in /examples (#592)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@ -6,7 +6,7 @@ edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
sea-orm = { version = "1.1.9", features = [
|
||||
sea-orm = { version = "1.1.10", features = [
|
||||
"sqlx-sqlite",
|
||||
"runtime-tokio-native-tls",
|
||||
"macros",
|
||||
|
Reference in New Issue
Block a user