From 58ca43bc14fbd18a123b5f98d2572bd0915e5831 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 08:32:41 +0000 Subject: [PATCH] chore(deps): update sea-orm requirement from 1 to 2 Updates the requirements on [sea-orm](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/sea-orm-cli@2.0.0-rc.41...sea-orm-cli@2.0.0) --- updated-dependencies: - dependency-name: sea-orm 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..cc89d27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ bon = "3" http = "1" serde_json = "1" sea-orm-migration = { version = "1", features = ["runtime-tokio-rustls"] } -sea-orm = { version = "1", features = ["runtime-tokio-rustls"] } +sea-orm = { version = "2", features = ["runtime-tokio-rustls"] } regex = "1" regex-automata = "0.4" peg = "0.8"