Skip to content

deps: bump log from 0.4.30 to 0.4.31 in the cargo-minor-and-patch group#255

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-minor-and-patch-99a3c53252
Closed

deps: bump log from 0.4.30 to 0.4.31 in the cargo-minor-and-patch group#255
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-minor-and-patch-99a3c53252

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Bumps the cargo-minor-and-patch group with 1 update: log.

Updates log from 0.4.30 to 0.4.31

Release notes

Sourced from log's releases.

0.4.31

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.30...0.4.31

Changelog

Sourced from log's changelog.

[0.4.31] - 2026-06-02

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.30...0.4.31

Commits
  • 5808392 Merge pull request #728 from rust-lang/cargo/0.4.31
  • 86d739f prepare for 0.4.31 release
  • c906cfb Merge pull request #727 from tisonkun/leverage-static-str-key-when-possible
  • 756c279 leverage str literal as well
  • 3dd250d rename Key::from_static_str to from_str_static
  • db14597 Leverage static str key when possible
  • 761461a Merge pull request #726 from Isvane/fix/typos
  • 48ce372 fix typos in kv compile errors and log documentation
  • See full diff 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 cargo-minor-and-patch group with 1 update: [log](https://github.com/rust-lang/log).


Updates `log` from 0.4.30 to 0.4.31
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.30...0.4.31)

---
updated-dependencies:
- dependency-name: log
  dependency-version: 0.4.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency no-news-fragment-needed Indicates that this PR does not require a news fragment labels Jun 5, 2026
@whme whme enabled auto-merge (squash) June 5, 2026 16:05
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 5, 2026

🤖 News Fragment Check

Success! This PR meets the news fragment requirements.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 5, 2026

🤖 Diff Coverage Check

Success!

Diff Coverage

Diff: origin/main...HEAD, staged and unstaged changes

No lines with coverage information in this diff.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 5, 2026

🤖 Coverage Check
Total Coverage: 69.87%

Filename Stmts Miss Cover Missing
xtask\src\release.rs 199 5 97.49% 27, 749, 758, 762, 893
xtask\src\inject_agent_token.rs 75 0 100.00%
xtask\src\social_preview.rs 101 3 97.03% 259, 262, 265
xtask\src\readme.rs 72 1 98.61% 123
xtask\src\changelog.rs 29 0 100.00%
xtask\src\coverage.rs 55 3 94.55% 185, 199, 213
xtask\src\typography.rs 91 1 98.90% 259
src\daemon\mod.rs 973 601 38.23% 383-385, 411-425, 524-528, 531, 592-965, 999-1000, 1006, 1008-1010, 1014-1024, 1062-1092, 1120, 1215, 1281-1314, 1398-1561, 1590-1591, 1621, 1629, 1652, 1671, 1681, 1688-1692, 1698, 1703-1715, 1737-1741, 1758-1759, 1765-1767, 1816, 1825-1829, 1848-1878, 1916-2139
src\daemon\grid.rs 145 7 95.17% 184, 245-248, 261, 290, 296, 304
src\daemon\workspace.rs 21 0 100.00%
src\client\mod.rs 381 169 55.64% 329-348, 394, 412, 420-425, 487, 491, 496-500, 523-698, 747-749, 752-761, 792-842
src\cli.rs 314 57 81.85% 100-276
src\lib.rs 120 19 84.17% 257-265, 353-355, 373-382
src\utils\windows.rs 128 14 89.06% 308, 517-519, 1059-1060, 1082-1086, 1232-1237
src\utils\config.rs 98 0 100.00%
src\protocol\deserialization.rs 79 2 97.47% 158, 168
src\protocol\serialization.rs 46 0 100.00%
TOTAL 2927 882 69.87%

@whme
Copy link
Copy Markdown
Owner

whme commented Jun 7, 2026

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 7, 2026

Looks like log is updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 7, 2026
auto-merge was automatically disabled June 7, 2026 13:22

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/cargo/cargo-minor-and-patch-99a3c53252 branch June 7, 2026 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency no-news-fragment-needed Indicates that this PR does not require a news fragment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant