Skip to content

deps(deps): update foundationdb requirement from 0.9 to 0.10#13

Merged
evansims merged 1 commit intomainfrom
dependabot/cargo/foundationdb-0.10
Oct 30, 2025
Merged

deps(deps): update foundationdb requirement from 0.9 to 0.10#13
evansims merged 1 commit intomainfrom
dependabot/cargo/foundationdb-0.10

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 30, 2025

Updates the requirements on foundationdb to permit the latest version.

Changelog

Sourced from foundationdb's changelog.

[workspace]

https://release-plz.ieni.dev/docs/config#the-release_always-field

If false, release-plz release will try to release your packages only when you merge the release PR.

To do this, release-plz checks if the latest commit is associated to a release PR. To determine if a PR is a release-pr

release_always = false

Default PR branch prefix. Any PR with a branch starting with this prefix will trigger

a release when merged (when release_always = false). This allows you to fix failed releases

by creating a PR from a branch like "release-plz-fix-something".

pr_branch_prefix = "release-plz-"

git_release_draft = true pr_draft = true pr_labels = ["release"]

As we cannot regenerate the whole CHANGELOG, we fallback to cliff

MarcoIeni/release-plz#1009

changelog_config = "cliff.toml"

https://release-plz.dev/docs/config#the-features_always_increment_minor-field

If true, feature commits always increment the minor version, even in 0.x releases.

This is particularly important for FoundationDB protocol version additions (e.g., fdb-7_4, fdb-7_5),

which represent significant changes that deserve minor version bumps rather than patch updates.

This reserves patch versions for bug fixes only.

Note: This violates Cargo SemVer rules where 0.x -> 0.(x+1) is used for breaking changes.

features_always_increment_minor = true

https://release-plz.dev/docs/config#the-dependencies_update-field

If true, update all dependencies in Cargo.lock by running cargo update.

If false, only update workspace packages by running cargo update --workspace.

dependencies_update = true

[[package]] name = "foundationdb-macros"

[[package]] name = "foundationdb-sys" publish_features = ["embedded-fdb-include", "fdb-7_4"]

[[package]] name = "foundationdb-gen" publish_features = ["embedded-fdb-include", "fdb-7_4"]

[[package]] name = "foundationdb-tuple" publish_features = ["uuid", "num-bigint"]

[[package]] name = "foundationdb" publish_features = ["embedded-fdb-include", "fdb-7_4", "uuid"]

... (truncated)

Commits
  • 0880482 fix: add missing foundationdb-gen publish_features and upgrade to fdb-7_4
  • 21f07bd Merge pull request #320 from foundationdb-rs/release-plz-2025-06-25T12-05-05Z
  • 3fa48bc chore: release
  • fad3bb5 Merge pull request #370 from foundationdb-rs/improve_cliff
  • a41a6e2 chore: improve changelog generation
  • 46d4fa0 Merge pull request #369 from foundationdb-rs/exclude_profiling
  • 02a098a chore: exclude profiling from release
  • 446787f Merge pull request #368 from foundationdb-rs/prepare_release
  • 2e7c8f1 fix: resolve clippy warnings and add doc alias
  • 5edb106 chore: configure release-plz versioning and dependency updates
  • 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 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 [foundationdb](https://github.com/foundationdb-rs/foundationdb-rs) to permit the latest version.
- [Release notes](https://github.com/foundationdb-rs/foundationdb-rs/releases)
- [Changelog](https://github.com/foundationdb-rs/foundationdb-rs/blob/main/release-plz.toml)
- [Commits](foundationdb-rs/foundationdb-rs@foundationdb-v0.9.1...foundationdb-v0.10.0)

---
updated-dependencies:
- dependency-name: foundationdb
  dependency-version: 0.10.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 30, 2025

Assignees

The following users could not be added as assignees: inferadb-security-team. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: automated, dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@evansims evansims merged commit 47e7ae0 into main Oct 30, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/foundationdb-0.10 branch October 30, 2025 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant