chore(deps): bump toml from 0.8.23 to 1.1.2+spec-1.1.0#59
Conversation
|
Skipping PR review because a bot author is detected. If you want to trigger CodeAnt AI, comment |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 947644a2f2
ℹ️ 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".
|
|
||
| # Parsing | ||
| toml = "0.8" | ||
| toml = "1.1" |
There was a problem hiding this comment.
Keep the toml bump within the advertised MSRV
This crate still advertises rust-version = "1.75" (Cargo.toml:14 and the README badge), but this requirement now resolves to toml 1.1.2+spec-1.1.0, whose published metadata declares rust-version = "1.85" (docs.rs). Any consumer building Tasken with the supported Rust 1.75–1.84 toolchains will fail before compilation, so either keep toml on an MSRV-compatible 0.8.x release or raise/update the crate MSRV consistently.
Useful? React with 👍 / 👎.
|
@dependabot rebase |
e3ecd74 to
0171657
Compare
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.23 to 1.1.2+spec-1.1.0. - [Commits](toml-rs/toml@toml-v0.8.23...toml-v1.1.2) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.2+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
0171657 to
8b6f845
Compare
|



Bumps toml from 0.8.23 to 1.1.2+spec-1.1.0.
Commits
a3d0047chore: Releasecc37615docs: Update changelog7f5e9e1fix(parser): Consolidate invalid unquoted key into one error (#1138)52feb90fix(parser): Consolidate invalid unquoted key into one erroraad85d4chore(deps): Update j178/prek-action action to v2 (#1136)8b1ac44chore(deps): Update compatible (dev) (#1135)9effd79chore(deps): Update j178/prek-action action to v29db8aadchore: Releasee55a663docs: Update changelogc11d7d7Optimisations (#1133)Note
Bump
tomldependency from 0.8 to 1.1Updates the
tomlcrate in Cargo.toml from version 0.8 to 1.1, which adds support for the TOML 1.1.0 spec.Macroscope summarized 8b6f845.