From dd080913a037540e01b82c3e2511ab00235fdbdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 02:41:38 +0000 Subject: [PATCH] Bump sea-orm from 0.12.8 to 0.12.9 Bumps [sea-orm](https://github.com/SeaQL/sea-orm) from 0.12.8 to 0.12.9. - [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/0.12.8...0.12.9) --- updated-dependencies: - dependency-name: sea-orm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- entity/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b61de25..23d2a58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2408,9 +2408,9 @@ dependencies = [ [[package]] name = "sea-orm" -version = "0.12.8" +version = "0.12.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8e2dd2f8a2d129c1632ec45dcfc15c44cc3d8b969adc8ac58c5f011ca7aecee" +checksum = "c5181eedee8ad0d002d2a288600140fe9937581c4668426a4ff1295c14c736cf" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 3015266..dee83e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ default-features = false features = ["v4"] [dependencies.sea-orm] -version = "=0.12.8" +version = "=0.12.9" default-features = false features = ["sqlx-mysql", "sqlx-postgres", "runtime-actix-rustls"] diff --git a/entity/Cargo.toml b/entity/Cargo.toml index 4162f6f..05d5d55 100644 --- a/entity/Cargo.toml +++ b/entity/Cargo.toml @@ -14,7 +14,7 @@ default-features = false features = ["derive"] [dependencies.sea-orm] -version = "=0.12.8" +version = "=0.12.9" default-features = false features = ["macros", "with-time", "with-uuid"]