From 22154efc462bf3c000442da1e2b401395ff41f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 08:56:47 +0000 Subject: [PATCH] build(deps): bump sea-query from 0.32.2 to 0.32.3 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.2 to 0.32.3 - [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.2...0.32.3) --- 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 db6ceab37..e8c67c66f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5336,9 +5336,9 @@ dependencies = [ [[package]] name = "sea-query" -version = "0.32.2" +version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b731192738ebf56d20580fc8ba2d23940333befe900b04dd08a26a77cd056f02" +checksum = "f5a24d8b9fcd2674a6c878a3d871f4f1380c6c43cc3718728ac96864d888458e" dependencies = [ "chrono", "inherent", diff --git a/Cargo.toml b/Cargo.toml index 037372d51..9bff0f36e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -280,7 +280,7 @@ features = ["url", "chrono", "preserve_order"] # Query builder [workspace.dependencies.sea-query] -version = "0.32.2" +version = "0.32.3" features = ["derive", "attr", "with-uuid", "with-chrono", "postgres-array"] # Query builder