From 20891ae5855f1d42aad9755b329b0c5138ec5ebc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:15:06 +0000 Subject: [PATCH] build(deps): update sea-orm-migration requirement from 0.11 to 1.1 Updates the requirements on [sea-orm-migration](https://github.com/SeaQL/sea-orm) to permit the latest version. - [Release notes](https://github.com/SeaQL/sea-orm/releases) - [Changelog](https://github.com/SeaQL/sea-orm/blob/1.1.x/CHANGELOG.md) - [Commits](https://github.com/SeaQL/sea-orm/compare/0.11.0...0.11.3) --- updated-dependencies: - dependency-name: sea-orm-migration dependency-version: 0.11.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a0c00a7..bb736a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ sea-orm = { version = "0.11", default-features = false, features = [ "sqlx-postgres", "sqlx-mysql", ] } -sea-orm-migration = { version = "0.11", default-features = false, features = [ +sea-orm-migration = { version = "1.1", default-features = false, features = [ "sqlx-sqlite", "sqlx-postgres", "sqlx-mysql",