build(deps): bump sea-orm from 1.1.19 to 1.1.20#141
Conversation
Bumps [sea-orm](https://github.com/SeaQL/sea-orm) from 1.1.19 to 1.1.20. - [Release notes](https://github.com/SeaQL/sea-orm/releases) - [Changelog](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md) - [Commits](SeaQL/sea-orm@1.1.19...1.1.20) --- updated-dependencies: - dependency-name: sea-orm dependency-version: 1.1.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2c9c4966bf
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| serde_json = "1.0.149" | ||
| zstd-sys = { version = "2.0.16", features = ["experimental"] } | ||
| sea-orm = { version = "1.1.19", features = ["sqlx-sqlite"] } | ||
| sea-orm = { version = "1.1.20", features = ["sqlx-sqlite"] } |
There was a problem hiding this comment.
Regenerate Buck metadata with dependency bump
Updating only the Cargo files leaves the Buck build on the old dependency graph: BUCK still depends on //third-party/rust/crates/sea-orm/1.1.19:sea-orm, buckal.snap still pins sea-orm/sea-orm-macros 1.1.19, and there are no vendored targets for 1.1.20 or its new transitive deps (mac_address, nix, winapi). This repo's CI includes buck2 build //:git_internal, and README.md lines 247-250 explicitly require regenerating Buck metadata when Cargo.toml dependencies change, so this bump is not applied to the Buck-built artifact until cargo buckal migrate updates those files too.
Useful? React with 👍 / 👎.
Bumps sea-orm from 1.1.19 to 1.1.20.
Release notes
Sourced from sea-orm's releases.
Changelog
Sourced from sea-orm's changelog.
... (truncated)
Commits
af546841.1.202dcf29d[1.1.x] Fix no-default-features compile errors in #2990, #2991 and #2999 (#3000)2c060a1Fix conversion of TIMESTAMPTZ values to proxy row in postgres driver (#3005)2e856f9Add exists method to PaginatorTrait with tests (#2843)7c87aceShould not pub this3bc120fChangelog0442639update examplesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)