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