chore(deps): bump toml from 0.8.23 to 0.9.12+spec-1.1.0 - #1009
dependabot[bot] wants to merge 1 commit into
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
This PR changes mirrored Maestro source files in the public repo, but it does not link the matching private source-of-truth PR. Link the matching evalops/mono source PR (legacy maestro-internal links remain accepted), then re-run the check:
Mirrored files touched:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fd84a39520
ℹ️ 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".
| dunce.workspace = true | ||
| fd-lock.workspace = true | ||
| toml = "0.8" | ||
| toml = "0.9" |
There was a problem hiding this comment.
Fix config document parsing before bumping toml
With toml = "0.9", toml::Value's FromStr parses a single TOML value rather than a document, but this crate still reads config files with content.parse::<toml::Value>() in paths like set_workspace_trust_in_global_config, config_cli::load_toml, and skill package config loading. For any existing config.toml containing ordinary document syntax such as model = "..." or [projects], those paths now fail to parse and either drop settings or reject trust/package updates, breaking the configured global/project config layers. Parse as toml::Table/toml::from_str and wrap it in Value::Table where a generic value is needed.
Useful? React with 👍 / 👎.
7b75e48 to
7702c0b
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
7702c0b to
fbf9afd
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
fbf9afd to
8c4efdc
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
8c4efdc to
61c4b8f
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
61c4b8f to
f19b09e
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
f19b09e to
627395d
Compare
627395d to
62f751a
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
62f751a to
261aa20
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
261aa20 to
2e54c93
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2e54c93e80
ℹ️ 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".
| dunce.workspace = true | ||
| fd-lock.workspace = true | ||
| toml = "0.8" | ||
| toml = "0.9" |
There was a problem hiding this comment.
Route the dependency bump through the internal source
This commit updates mirrored source directly on top of the public repository's main branch, but repository policy requires public-facing changes to originate in evalops/maestro-internal and arrive through the protected mirror workflow. Apply the dependency bump in the internal source of truth and mirror it here so the public tree retains valid provenance and is not overwritten by a later synchronization.
AGENTS.md reference: AGENTS.md:L7-L9
Useful? React with 👍 / 👎.
2e54c93 to
8c1d3d7
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
8c1d3d7 to
1f5c3ff
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
1f5c3ff to
f918174
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
f918174 to
8f1d764
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
8f1d764 to
f18becb
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.23 to 0.9.12+spec-1.1.0. - [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.12) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.12+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
f18becb to
fa11d09
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
|
Superseded by dx-corp/mono#9724 — this bump now lives in the mono source of truth and reaches code via the public mirror sync, which this mirror PR can never satisfy (provenance policy). Closing. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps toml from 0.8.23 to 0.9.12+spec-1.1.0.
Commits
a26defdchore: Release6c45f8edocs: Update changeloge3c7aa7chore: Release2dabe11docs: Update changelogfb98198fix(parser): Don't panic on bad hex characters (#1097)85761c4fix(parser): Avoid panic5edb477fix(parser): Don't panic on bad hex characterscac04aftest(parser): Show another assert cased96417afix(parser): Consistently assume spaces mean strings88b657ftest(parser): Show assert case