Skip to content

build(deps): bump the seaorm group with 2 updates - #32

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/seaorm-2b960b64b0
Open

build(deps): bump the seaorm group with 2 updates#32
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/seaorm-2b960b64b0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor

Bumps the seaorm group with 2 updates: sea-orm and sea-orm-migration.

Updates sea-orm from 2.0.0 to 2.0.1

Release notes

Sourced from sea-orm's releases.

sea-orm-cli@2.0.1

Tag seaography example sea-orm version for bump.sh; tolerate taplo padding

Changelog

Sourced from sea-orm's changelog.

2.0.1 - 2026-08-02

ActiveValue helpers (set_unset, is_set_and, as_option), Paginator::set_page, before_acquire pool hooks, read-only migration status queries, nested-transaction recursion fix

Commits
  • b194ee0 Tag seaography example sea-orm version for bump.sh; tolerate taplo padding
  • 97bd8c3 Add TransactionTrait compatibility note to 2.0.1 changelog
  • 6fcfad8 Regenerate sea-orm-sync (ActiveValue helpers, before_acquire)
  • 3afce28 update examples
  • 7083a69 2.0.1
  • 9b059e6 Add changelog for 2.0.1
  • 675b647 chore: add set_page to paginator (#2963)
  • 6aba065 Add as_option / into_option to ActiveValue<Option> (#3155)
  • 205ebce set_unset & friends for ActiveValue (#3083)
  • f16936d is_set_and + is_unchanged_and (#3125)
  • Additional commits viewable in compare view

Updates sea-orm-migration from 2.0.0 to 2.0.1

Release notes

Sourced from sea-orm-migration's releases.

sea-orm-cli@2.0.1

Tag seaography example sea-orm version for bump.sh; tolerate taplo padding

2.0.1

SeaORM 2.0.1

Enhancements

  • Add set_page to Paginator to set the current page SeaQL/sea-orm#2963
  • Add as_option / into_option to ActiveValue<Option<V>>, flattening the outer active-value state and the inner option SeaQL/sea-orm#3155
  • Add set_unset and friends to ActiveValue: set the value only when currently NotSet SeaQL/sea-orm#3083
  • Add is_set_and / is_unchanged_and to ActiveValue SeaQL/sea-orm#3125
  • Add ConnectOptions::test_before_acquire_if_idle_for(Duration) — ping a pooled connection before it is handed out only once it has been idle for at least the given duration, instead of on every acquire; setting it disables test_before_acquire. Also map_sqlx_postgres_before_acquire / map_sqlx_mysql_before_acquire / map_sqlx_sqlite_before_acquire to install a per-backend SQLx before_acquire callback (composes with the idle-ping shorthand: idle-ping first, then the callback), plus the corresponding getters SeaQL/sea-orm#3143
  • Add MigratorTrait::get_pending_migrations_read_only / get_applied_migrations_read_only / get_migration_with_status_read_only (and the with-self equivalents) — query migration status without running CREATE TABLE, so a database user without DDL privileges can check pending migrations; if the migration table does not exist, all migrations are reported as pending SeaQL/sea-orm#3144

Bug Fixes

  • Require TransactionTrait::Transaction to be a fixed point, fixing nested-transaction recursion (E0275 / future_not_send) in #[sea_orm::model] generated save methods SeaQL/sea-orm#3153

    Compatibility note: if you implement TransactionTrait yourself, Self must be Sync, and your Transaction type must be Send and its own transaction type (Transaction::Transaction = Transaction). Implementations delegating to DatabaseConnection / DatabaseTransaction, and virtually all #[async_trait] implementations, already satisfy this. Callers are unaffected.

Upgrades

  • Loco examples upgraded to loco-rs 1.0 (which runs on SeaORM 2.0 stable) SeaQL/sea-orm#3152
Changelog

Sourced from sea-orm-migration's changelog.

2.0.1 - 2026-08-02

ActiveValue helpers (set_unset, is_set_and, as_option), Paginator::set_page, before_acquire pool hooks, read-only migration status queries, nested-transaction recursion fix

Commits
  • b194ee0 Tag seaography example sea-orm version for bump.sh; tolerate taplo padding
  • 97bd8c3 Add TransactionTrait compatibility note to 2.0.1 changelog
  • 6fcfad8 Regenerate sea-orm-sync (ActiveValue helpers, before_acquire)
  • 3afce28 update examples
  • 7083a69 2.0.1
  • 9b059e6 Add changelog for 2.0.1
  • 675b647 chore: add set_page to paginator (#2963)
  • 6aba065 Add as_option / into_option to ActiveValue<Option> (#3155)
  • 205ebce set_unset & friends for ActiveValue (#3083)
  • f16936d is_set_and + is_unchanged_and (#3125)
  • Additional commits viewable in compare view

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the seaorm group with 2 updates: [sea-orm](https://github.com/SeaQL/sea-orm) and [sea-orm-migration](https://github.com/SeaQL/sea-orm).


Updates `sea-orm` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/SeaQL/sea-orm/releases)
- [Changelog](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SeaQL/sea-orm/compare/sea-orm-cli@2.0.0...sea-orm-cli@2.0.1)

Updates `sea-orm-migration` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/SeaQL/sea-orm/releases)
- [Changelog](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md)
- [Commits](SeaQL/sea-orm@2.0.0...2.0.1)

---
updated-dependencies:
- dependency-name: sea-orm
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: seaorm
- dependency-name: sea-orm-migration
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: seaorm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 9, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedcargo/​sea-orm@​2.0.0 ⏵ 2.0.186100100100100
Updatedcargo/​sea-orm-migration@​2.0.0 ⏵ 2.0.19810093100100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants