From e125695ada92c4d4900c5bb9f3681b9fb2ca6acf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 08:34:24 +0000 Subject: [PATCH] chore(deps): update sea-orm-migration requirement from 1 to 2 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/master/CHANGELOG.md) - [Commits](https://github.com/SeaQL/sea-orm/compare/1.0.0...2.0.0) --- updated-dependencies: - dependency-name: sea-orm-migration dependency-version: 2.0.0 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 7dcf2e1..356e6a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ x509-parser = "0.18" bon = "3" http = "1" serde_json = "1" -sea-orm-migration = { version = "1", features = ["runtime-tokio-rustls"] } +sea-orm-migration = { version = "2", features = ["runtime-tokio-rustls"] } sea-orm = { version = "1", features = ["runtime-tokio-rustls"] } regex = "1" regex-automata = "0.4"