Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 0fbb21a

Browse files
dependabot[bot]sandhose
authored andcommitted
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.30.7 to 0.31.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) Updates `sea-query-binder` from 0.5.0 to 0.6.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.5.0...0.6.0) --- updated-dependencies: - dependency-name: sea-query dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sea-query - dependency-name: sea-query-binder dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sea-query ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d6bb5f5 commit 0fbb21a

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.

crates/storage-pg/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ workspace = true
1414
[dependencies]
1515
async-trait.workspace = true
1616
sqlx.workspace = true
17-
sea-query = { version = "0.30.7", features = ["derive", "attr", "with-uuid", "with-chrono", "postgres-array"] }
18-
sea-query-binder = { version = "0.5.0", features = ["sqlx-postgres", "with-uuid", "with-chrono", "postgres-array"] }
17+
sea-query = { version = "0.31.0", features = ["derive", "attr", "with-uuid", "with-chrono", "postgres-array"] }
18+
sea-query-binder = { version = "0.6.0", features = ["sqlx-postgres", "with-uuid", "with-chrono", "postgres-array"] }
1919
chrono.workspace = true
2020
serde.workspace = true
2121
serde_json.workspace = true

0 commit comments

Comments
 (0)