From 7c4d5ff64bc644a21434d9e2011a913877e05800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:43:28 +0000 Subject: [PATCH] build(deps): bump sea-query from 0.32.0 to 0.32.1 in the sea-query group Bumps the sea-query group with 1 update: [sea-query](https://github.com/SeaQL/sea-query). Updates `sea-query` from 0.32.0 to 0.32.1 - [Release notes](https://github.com/SeaQL/sea-query/releases) - [Changelog](https://github.com/SeaQL/sea-query/blob/master/CHANGELOG.md) - [Commits](https://github.com/SeaQL/sea-query/compare/0.32.0...0.32.1) --- updated-dependencies: - dependency-name: sea-query dependency-type: direct:production update-type: version-update:semver-patch dependency-group: sea-query ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2482f510..8c71a6c59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5392,9 +5392,9 @@ dependencies = [ [[package]] name = "sea-query" -version = "0.32.0" +version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff504d13b5e4b52fffcf2fb203d0352a5722fa5151696db768933e41e1e591bb" +checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee" dependencies = [ "chrono", "inherent", diff --git a/Cargo.toml b/Cargo.toml index 18b4f0fa6..af9ac8819 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -248,7 +248,7 @@ features = ["url", "chrono", "preserve_order"] # Query builder [workspace.dependencies.sea-query] -version = "0.32.0" +version = "0.32.1" features = ["derive", "attr", "with-uuid", "with-chrono", "postgres-array"] # Query builder