From 34987344c22d57ad13c2ce60be2791264414762d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:47:11 +0100 Subject: [PATCH] chore(deps): bump sea-orm from 1.1.14 to 1.1.15 in /examples (#644) Bumps [sea-orm](https://github.com/SeaQL/sea-orm) from 1.1.14 to 1.1.15. - [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.14...1.1.15) --- updated-dependencies: - dependency-name: sea-orm dependency-version: 1.1.15 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 8541c3c..a6b8528 100644 --- a/examples/Cargo.lock +++ b/examples/Cargo.lock @@ -3183,9 +3183,9 @@ dependencies = [ [[package]] name = "sea-orm" -version = "1.1.14" +version = "1.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34963b2d68331ef5fbc8aa28a53781471c15f90ba1ad4f2689d21ce8b9a9d1f1" +checksum = "458d38dfa73e8ab64260f9fd96d61e1ca96a312d06e94b71615a417ef29efcac" dependencies = [ "async-stream", "async-trait", @@ -3222,9 +3222,9 @@ dependencies = [ [[package]] name = "sea-orm-macros" -version = "1.1.14" +version = "1.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a489127c872766445b4e28f846825f89a076ac3af2591d1365503a68f93e974c" +checksum = "af976292446b09dd51d7b1784d6195dec76844e9e9e980b5fb12634ef417d6ea" dependencies = [ "heck 0.5.0", "proc-macro2", diff --git a/examples/sea-orm-databases/Cargo.toml b/examples/sea-orm-databases/Cargo.toml index b8eef2c..dec4942 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.14", features = [ +sea-orm = { version = "1.1.15", features = [ "sqlx-sqlite", "runtime-tokio-native-tls", "macros",