From 41746b8622030e7ea948e4b63a769037b692ec01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 08:35:10 +0900 Subject: [PATCH] chore(deps): bump sea-orm from 1.1.11 to 1.1.12 in /examples (#611) Bumps [sea-orm](https://github.com/SeaQL/sea-orm) from 1.1.11 to 1.1.12. - [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/1.1.11...1.1.12) --- updated-dependencies: - dependency-name: sea-orm dependency-version: 1.1.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/Cargo.lock | 8 ++++---- examples/sea-orm-databases/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/Cargo.lock b/examples/Cargo.lock index 7c6b0a2..4ebc877 100644 --- a/examples/Cargo.lock +++ b/examples/Cargo.lock @@ -3192,9 +3192,9 @@ dependencies = [ [[package]] name = "sea-orm" -version = "1.1.11" +version = "1.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7cf58b28bcf1e053539c38afbb60d963ac8e1db87f6109db7b0eff4cbeaefb3" +checksum = "18b7272b88bd608cd846de24f41b74a0315a135fe761b0aed4ec1ce6a6327a93" dependencies = [ "async-stream", "async-trait", @@ -3231,9 +3231,9 @@ dependencies = [ [[package]] name = "sea-orm-macros" -version = "1.1.11" +version = "1.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cac37512fde1f5b9ef71ec773cfabb90ad3b68c27e53131ff38763c247fcbb2d" +checksum = "2c38255a6b2e6d1ae2d5df35696507a345f03c036ae32caeb0a3b922dbab610d" dependencies = [ "heck 0.5.0", "proc-macro2", diff --git a/examples/sea-orm-databases/Cargo.toml b/examples/sea-orm-databases/Cargo.toml index 2ea7b40..4e11379 100644 --- a/examples/sea-orm-databases/Cargo.toml +++ b/examples/sea-orm-databases/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true [dependencies] actix-web = "4" -sea-orm = { version = "1.1.11", features = [ +sea-orm = { version = "1.1.12", features = [ "sqlx-sqlite", "runtime-tokio-native-tls", "macros",