Skip to content

Commit fdead96

Browse files
build(deps): bump the sea-query group with 2 updates
Bumps the sea-query group with 2 updates: [sea-query](https://github.com/SeaQL/sea-query) and [sea-query-binder](https://github.com/SeaQL/sea-query). Updates `sea-query` from 0.32.0-rc.2 to 0.32.0 - [Release notes](https://github.com/SeaQL/sea-query/releases) - [Changelog](https://github.com/SeaQL/sea-query/blob/master/CHANGELOG.md) - [Commits](SeaQL/sea-query@0.32.0-rc.2...0.32.0) Updates `sea-query-binder` from 0.7.0-rc.2 to 0.7.0 - [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/commits/0.7.0) --- updated-dependencies: - dependency-name: sea-query dependency-type: direct:production update-type: version-update:semver-patch dependency-group: sea-query - dependency-name: sea-query-binder dependency-type: direct:production update-type: version-update:semver-patch dependency-group: sea-query ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d380ce commit fdead96

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,12 @@ features = ["url", "chrono", "preserve_order"]
197197

198198
# Query builder
199199
[workspace.dependencies.sea-query]
200-
version = "0.32.0-rc.2"
200+
version = "0.32.0"
201201
features = ["derive", "attr", "with-uuid", "with-chrono", "postgres-array"]
202202

203203
# Query builder
204204
[workspace.dependencies.sea-query-binder]
205-
version = "0.7.0-rc.2"
205+
version = "0.7.0"
206206
features = [
207207
"sqlx",
208208
"sqlx-postgres",

0 commit comments

Comments
 (0)