From e1a29c7298656c6c805f31da9742235cc1f4dd5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 00:40:21 +0000 Subject: [PATCH] Bump sea-orm from 1.0.0 to 1.0.1 Bumps [sea-orm](https://github.com/SeaQL/sea-orm) from 1.0.0 to 1.0.1. - [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...1.0.1) --- updated-dependencies: - dependency-name: sea-orm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- entity/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b4fc22..6c51932 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2471,9 +2471,9 @@ dependencies = [ [[package]] name = "sea-orm" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9d4ec1cdd8bdd3553d3c946079f58efa33fedc477f32603652652abcef96fe6" +checksum = "ea1fee0cf8528dbe6eda29d5798afc522a63b75e44c5b15721e6e64af9c7cc4b" dependencies = [ "async-stream", "async-trait", @@ -2495,9 +2495,9 @@ dependencies = [ [[package]] name = "sea-orm-macros" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f363ead48b625a6f8f905322a820464f728fa4fe4f1c222bed5234ccf8fb8555" +checksum = "8737b566799ed0444f278d13c300c4c6f1a91782f60ff5825a591852d5502030" dependencies = [ "heck 0.4.1", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 2d085c3..453732a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ default-features = false features = ["v4"] [dependencies.sea-orm] -version = "=1.0.0" +version = "=1.0.1" default-features = false features = ["sqlx-mysql", "sqlx-postgres", "runtime-actix-rustls"] diff --git a/entity/Cargo.toml b/entity/Cargo.toml index 26332d6..1dd14c5 100644 --- a/entity/Cargo.toml +++ b/entity/Cargo.toml @@ -14,7 +14,7 @@ default-features = false features = ["derive"] [dependencies.sea-orm] -version = "=1.0.0" +version = "=1.0.1" default-features = false features = ["macros", "with-time", "with-uuid"]