Skip to content

deps: bump toml from 1.1.3+spec-1.1.0 to 1.1.4+spec-1.1.0 in the rust-dependencies group - #117

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-ff1a6d245f
Aug 3, 2026
Merged

deps: bump toml from 1.1.3+spec-1.1.0 to 1.1.4+spec-1.1.0 in the rust-dependencies group#117
github-actions[bot] merged 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-ff1a6d245f

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust-dependencies group with 1 update: toml.

Updates toml from 1.1.3+spec-1.1.0 to 1.1.4+spec-1.1.0

Commits
  • beee9fe chore: Release
  • 16e2ac1 docs: Update changelog
  • 89f5541 fix(toml): preserve datetimes when deserializing Value (#1194)
  • 534039c fix(serde): Deserialize Value datetimes into typed targets
  • 6e45cef test(serde): Reproduce Value datetime deserialization error
  • 4ec099f chore: Release
  • 5a47a51 docs: Update changelog
  • da0911f perf(parser): Reduce over allocation by better tokens/byte ratio (#1193)
  • 26eb157 perf(parser): Reduce over allocation by better tokens/byte ratio
  • ca4c7bf chore(deps): Update Prek to v0.4.11 (#1191)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rust-dependencies group with 1 update: [toml](https://github.com/toml-rs/toml).
Updates `toml` from 1.1.3+spec-1.1.0 to 1.1.4+spec-1.1.0
- [Commits](toml-rs/toml@toml-v1.1.3...toml-v1.1.4)
---
updated-dependencies:
- dependency-name: toml
dependency-version: 1.1.4+spec-1.1.0
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: rust-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 3, 2026
@github-actions
github-actionsBot merged commit 0921b6a into mainAug 3, 2026
5 checks passed
@github-actions
github-actionsBot deleted the dependabot/cargo/rust-dependencies-ff1a6d245f branch August 3, 2026 06:07
@github-actions

Copy link
Copy Markdown
Contributor

Rust Diff Analysis

Tip

PR size is within limits. Good job keeping changes focused!

Limits — configured thresholds for this repository

Each metric is compared against its configured maximum. If any limit is exceeded, the PR check fails.

MetricValueLimitStatus
Production Units030
Weighted Score0100
Lines Added0200

Understanding the metrics:

  • Production Units: Functions, structs, enums, traits, and other semantic code units in production code
  • Weighted Score: Complexity score based on unit types (public APIs weigh more than private)
  • Lines Added: Raw count of new lines in production code
Summary — breakdown of changes by category

Production code counts toward limits. Test code is tracked but doesn't affect limits.

MetricProductionTest
Functions0-
Structs/Enums0-
Other0-
Lines added+0+0
Lines removed-0-0
Total units00
Analysis Scope

Skipped files:

  • 1 non-Rust files

Skipped file list:

  • Cargo.lock (non-Rust)

Rust Diff Analyzer

@github-actions

Copy link
Copy Markdown
Contributor

Cargo Quality Analysis

Tip

All quality checks passed. Code meets all standards!

Results — issues found by each analyzer

Each analyzer checks for specific code patterns. Zero issues means the check passed.

AnalyzerIssuesStatus
path_import0
format_args0
empty_lines0
inline_comments0
mod_rs0
Total0
Analyzers — what each check does

These analyzers enforce consistent code style and best practices.

AnalyzerDescriptionHow to fix
path_importDetects inline path imports like std::path::PathUse use statements at the top
format_argsDetects format!("{}", x) patternsUse format!("{x}") syntax
empty_linesDetects empty lines inside function bodiesRemove extra blank lines
inline_commentsDetects // comment inside functionsMove to doc comments or remove
mod_rsDetects mod.rs files (use modern module style)Rename foo/mod.rs to foo.rs
Raw Output — detailed analysis log
Total issues: 0
Fixable: 0

Cargo Quality

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

Labels

dependenciesPull requests that update a dependency filerustPull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants