From a35dcf04deaf1ccea03a66b12b9ddb83246b38f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 13:26:25 +0000 Subject: [PATCH] build(deps): bump sea-query from 0.32.5 to 0.32.6 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.5 to 0.32.6 - [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.5...0.32.6) --- updated-dependencies: - dependency-name: sea-query dependency-version: 0.32.6 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 d5277158d..6397a38f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5392,9 +5392,9 @@ dependencies = [ [[package]] name = "sea-query" -version = "0.32.5" +version = "0.32.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5506de3a33d9ee4ee161c5847acb87fe4f82ced6649afc9eabeb8df6f40ba94a" +checksum = "64c91783d1514b99754fc6a4079081dcc2c587dadbff65c48c7f62297443536a" dependencies = [ "chrono", "inherent", diff --git a/Cargo.toml b/Cargo.toml index f71e5481b..622f70091 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -309,7 +309,7 @@ features = ["oid"] # Query builder [workspace.dependencies.sea-query] -version = "0.32.5" +version = "0.32.6" features = ["derive", "attr", "with-uuid", "with-chrono", "postgres-array"] # Query builder