From 9f5baa821c2d9563dbfb90d4f1d73d18f73d5a85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:11:09 +0000 Subject: [PATCH 1/2] Update rstest requirement from 0.21.0 to 0.22.0 (#124) Updates the requirements on [rstest](https://github.com/la10736/rstest) to permit the latest version. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/v0.21.0...v0.21.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e0cc4a..f05c5a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ migration = { path = "migration" } nom = "7.1.3" once_cell = "1.17.1" reqwest = "0.12.1" -rstest = "0.21.0" +rstest = "0.22.0" sea-orm = "0.12.1" sea-orm-migration = "0.12.1" serde = "1.0.159" From 843bf9356feb07925ce25f0623eb9800e2c21482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:11:53 +0000 Subject: [PATCH 2/2] Update sea-orm-migration requirement from 0.12.1 to 1.0.0 (#125) Updates the requirements on [sea-orm-migration](https://github.com/SeaQL/sea-orm) to permit the latest version. - [Release notes](https://github.com/SeaQL/sea-orm/releases) - [Changelog](https://github.com/SeaQL/sea-orm/blob/0.12.15/CHANGELOG.md) - [Commits](https://github.com/SeaQL/sea-orm/compare/0.12.1...0.12.15) --- updated-dependencies: - dependency-name: sea-orm-migration dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f05c5a9..25653c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ once_cell = "1.17.1" reqwest = "0.12.1" rstest = "0.22.0" sea-orm = "0.12.1" -sea-orm-migration = "0.12.1" +sea-orm-migration = "1.0.0" serde = "1.0.159" serde_json = "1.0.95" serde_plain = "1.0.2"