diff --git a/Cargo.lock b/Cargo.lock index 5d5ea66bb..02ac48900 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5400,9 +5400,9 @@ dependencies = [ [[package]] name = "sea-query" -version = "0.32.6" +version = "0.32.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64c91783d1514b99754fc6a4079081dcc2c587dadbff65c48c7f62297443536a" +checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c" dependencies = [ "chrono", "inherent", diff --git a/Cargo.toml b/Cargo.toml index 7b6aa9bbb..cf7db8b93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -557,7 +557,7 @@ features = ["std"] # Query builder [workspace.dependencies.sea-query] -version = "0.32.6" +version = "0.32.7" features = ["derive", "attr", "with-uuid", "with-chrono", "postgres-array"] # Query builder