Skip to content

Update refinery-core requirement from 0.8.11 to 0.9.0#35

Merged
krojew merged 2 commits into
masterfrom
dependabot/cargo/refinery-core-0.9.0
Oct 13, 2025
Merged

Update refinery-core requirement from 0.8.11 to 0.9.0#35
krojew merged 2 commits into
masterfrom
dependabot/cargo/refinery-core-0.9.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 13, 2025

Updates the requirements on refinery-core to permit the latest version.

Changelog

Sourced from refinery-core's changelog.

[0.9.0] - 2025-01-06

Added

  • Support for TLS in postgres/tokio-postgres using native-tls. #353
  • Support for int8 migration versions via new int8-versions feature. #330
  • Derive Serialize for Migration if serde is enabled. #395

Changed

  • Update migrate Transaction and AsyncTransaction execute functions to avoid double iteration. #393
  • Update mysql_async to support up until version 0.36. #400
  • Update rusqlite to support up until version 0.37. #389, #390
  • Update thiserror to version 2. #372
  • Update MSRV (Minimum Supported Rust Version). #401, #362
  • Fix unused warnings #403

Fixed

  • Fix logging output for async and sync migrate functions. #378

[0.8.16] - 2024-02-21

Fixed

  • Revert #346 as it breaks Semver, save it for a minor release in the future.

[0.8.15] - YANKED - 2024-02-18

Added

  • Make a query overridable. #358
  • Enable math functions for SQLite. #335
  • Add serde subfeature to tiberius-config. #334

Changed

  • Update mysql version to allow 26, #365
  • Update mysql_async to allow 0.35, #359
  • Update rusqlite to allow 0.33, #361
  • Update migrate Transaction and AsyncTransaction execute functions to avoid double iteration when calling migrate with the grouped option active. #346
  • Update overall dependencies. #340

Fixed

  • Fix misleading CLI arguments descriptions #336

[0.8.14] - 2024-04-03

Added

  • Add new utility function, load_sql_migrations that enables dynamic migration discovery where embedding is not desirable. #313
  • Add an enum EmbeddedMigration with all the migrations applied, #312

Changed

  • Make serde, toml deps optional, #310
  • Make Migration::applied pub, #321
  • Update rusqlite to allow 0.31, #316

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [refinery-core](https://github.com/rust-db/refinery) to permit the latest version.
- [Release notes](https://github.com/rust-db/refinery/releases)
- [Changelog](https://github.com/rust-db/refinery/blob/main/CHANGELOG.md)
- [Commits](rust-db/refinery@0.8.11...v0.9.0)

---
updated-dependencies:
- dependency-name: refinery-core
  dependency-version: 0.9.0
  dependency-type: direct:production
...

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 Oct 13, 2025
@krojew krojew merged commit 06004d3 into master Oct 13, 2025
2 checks passed
@krojew krojew deleted the dependabot/cargo/refinery-core-0.9.0 branch October 13, 2025 13:25
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.

1 participant