diff --git a/Cargo.lock b/Cargo.lock index d0c21e5d0..deafb100c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5276,9 +5276,9 @@ dependencies = [ [[package]] name = "sea-query" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee" +checksum = "b731192738ebf56d20580fc8ba2d23940333befe900b04dd08a26a77cd056f02" dependencies = [ "chrono", "inherent", diff --git a/Cargo.toml b/Cargo.toml index f52507be7..2e2f4edc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -272,7 +272,7 @@ features = ["url", "chrono", "preserve_order"] # Query builder [workspace.dependencies.sea-query] -version = "0.32.1" +version = "0.32.2" features = ["derive", "attr", "with-uuid", "with-chrono", "postgres-array"] # Query builder