From 3ed811c20f77022b718c16f9f512b5c977723e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 18:14:24 +0000 Subject: [PATCH] Bump sea-orm-migration from 1.0.0 to 1.0.1 Bumps [sea-orm-migration](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-migration dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- migration/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e825cc3..4e8b367 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2509,9 +2509,9 @@ dependencies = [ [[package]] name = "sea-orm-migration" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5df62369752f91b9295f8d71c146d84f818301a9ae7295106ebe8bbaa989a072" +checksum = "216643749e26ce27ab6c51d3475f2692981d4a902d34455bcd322f412900df5c" dependencies = [ "async-trait", "futures", diff --git a/migration/Cargo.toml b/migration/Cargo.toml index 613fb7a..ee9b78d 100644 --- a/migration/Cargo.toml +++ b/migration/Cargo.toml @@ -9,5 +9,5 @@ name = "migration" path = "src/lib.rs" [dependencies.sea-orm-migration] -version = "=1.0.0" +version = "=1.0.1" default-features = false