Skip to content

Update toml requirement from 0.8.19 to 1.1.0#23634

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/toml-1.1.0
Open

Update toml requirement from 0.8.19 to 1.1.0#23634
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/toml-1.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2026

Updates the requirements on toml to permit the latest version.

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 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 [toml](https://github.com/toml-rs/toml) to permit the latest version.
- [Commits](toml-rs/toml@toml-v0.8.19...toml-v1.1.0)

---
updated-dependencies:
- dependency-name: toml
  dependency-version: 1.1.0+spec-1.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the C-Dependencies A change to the crates that Bevy depends on label Apr 3, 2026
@mockersf
Copy link
Copy Markdown
Member

mockersf commented Apr 3, 2026

haven't reviewed all commits of this update as there are ... 908 of them
but people involved are trustworthy

@mnmaita
Copy link
Copy Markdown
Member

mnmaita commented Apr 3, 2026

Some interesting breaking changes I've found:

`from_str`, `Deserializer`, etc no longer preserve order, requiring the `preserve_order` feature like `Table`
Serde support has been broken out into the default `serde` feature
Std support has been broken out into the default `std` feature

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

Labels

C-Dependencies A change to the crates that Bevy depends on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants