Skip to content

chore(deps): bump the cargo-weekly group with 5 updates - #4

Merged
Dargon789 merged 2 commits into
mainfrom
dependabot/cargo/cargo-weekly-86d2b24d57
Mar 4, 2026
Merged

chore(deps): bump the cargo-weekly group with 5 updates#4
Dargon789 merged 2 commits into
mainfrom
dependabot/cargo/cargo-weekly-86d2b24d57

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 3, 2026

Copy link
Copy Markdown

Bumps the cargo-weekly group with 5 updates:

Package From To
alloy-eip7928 0.3.2 0.3.3
moka 0.12.13 0.12.14
sysinfo 0.38.2 0.38.3
tracing-logfmt 0.3.5 0.3.7
ipnet 2.11.0 2.12.0

Updates alloy-eip7928 from 0.3.2 to 0.3.3

Commits

Updates moka from 0.12.13 to 0.12.14

Release notes

Sourced from moka's releases.

Moka 0.12.14

Version 0.12.14

Fixed

  • Fixed a race condition in the and_compute_with method in the future::Cache. (#574gh-pull-0574 by @​Squadrick):
    • When multiple calls are made concurrently for the same key, the f closure may read a stale value, causing the first update to be lost when it is overwritten by a later one.

Changed

Changelog

Sourced from moka's changelog.

Version 0.12.14

Fixed

  • Fixed a race condition in the and_compute_with method in the future::Cache. (#574[gh-pull-0574] by [@​Squadrick][gh-Squadrick]):
    • When multiple calls are made concurrently for the same key, the f closure may read a stale value, causing the first update to be lost when it is overwritten by a later one.

Changed

Commits
  • 2d8289e Merge pull request #579 from moka-rs/chore/prepare-v0.12.14
  • 03c32fe doc: Update the copyright year
  • 1a199af Bump the version to v0.12.14
  • 3fdaa4e Update the change log for v0.12.14
  • 0f03bf7 Merge pull request #577 from alexanderkjall/reduce-features
  • ffbccd2 Merge pull request #578 from moka-rs/fix-ci/2026-03-01
  • fa46421 fix(test): Use closure returning async block for MSRV compatibility
  • 4feccdc use dep: syntax in features
  • 9a7c625 Merge pull request #574 from Squadrick/squadrick/and-compute-with-toctou
  • f098c28 Merge pull request #576 from moka-rs/fix-ci/2026-02-28
  • Additional commits viewable in compare view

Updates sysinfo from 0.38.2 to 0.38.3

Changelog

Sourced from sysinfo's changelog.

0.38.3

  • macOS: Improve accuracy of System::available_memory and System::used_memory.
  • Documentation: add missing unit for CPU::frequency returned value.
Commits
  • 61257e4 Merge pull request #1635 from GuillaumeGomez/update
  • 3cf4b65 Update crate version to 0.38.3
  • 7819ee8 Update CHANGELOG for 0.38.3
  • db4e1e3 Merge pull request #1634 from gaussfff/fix/macos-used-memory-calc-improvement
  • b32882a fix: improve accuracy of used memory calculation for macos
  • 572a1df Merge pull request #1632 from gaussfff/fix/macos-memory-calculations
  • 7aad97b fix(macos): implement right used and available ram memory calculation
  • 3438a0d Merge pull request #1633 from GuillaumeGomez/clippy
  • 9e2a28e Fix new clippy lint
  • ce0032c Merge pull request #1631 from GuillaumeGomez/precise-missing-info
  • Additional commits viewable in compare view

Updates tracing-logfmt from 0.3.5 to 0.3.7

Release notes

Sourced from tracing-logfmt's releases.

0.3.7

Fixed

  • PR#21 resolved #20 by returning 0 on unsupported platforms.

0.3.6

Added

  • PR#17 added support for span events.
  • PR#18 added support for emitting thread names (if the thread was assigned one) and/or thread ids. Note that this current implementation emits the OS assigned thread id, not the std::thread::ThreadId, unlike eg. tokio-tracing.

Changed

  • PR#19 added the lockfile to the repository, updated the lints to 1.93.0, and updated the deny configuration.
Changelog

Sourced from tracing-logfmt's changelog.

[0.3.7] - 2026-01-30

Fixed

  • PR#21 resolved #20 by returning 0 on unsupported platforms.

[0.3.6] - 2026-01-28

Added

  • PR#17 added support for span events.
  • PR#18 added support for emitting thread names (if the thread was assigned one) and/or thread ids. Note that this current implementation emits the OS assigned thread id, not the std::thread::ThreadId, unlike eg. tokio-tracing.

Changed

  • PR#19 added the lockfile to the repository, updated the lints to 1.93.0, and updated the deny configuration.
Commits

Updates ipnet from 2.11.0 to 2.12.0

Release notes

Sourced from ipnet's releases.

Backwards compatible schemars 1.* support using version specific features#67

Changelog

Sourced from ipnet's changelog.

Version 2.12.0

  • Backwards compatible schemars 1.* support using version specific features#67
Commits
  • 65c04c3 Update version number.
  • 397bf72 Merge pull request #67 from StefanTerdell/schemars-1
  • 687f270 Add support for schemars 1, deprecate old features
  • See full diff in compare view

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

@dependabot @github

dependabot Bot commented on behalf of github Mar 3, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: A-dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@mergify

mergify Bot commented Mar 3, 2026

Copy link
Copy Markdown

🧪 CI Insights

Here's what we observed from your CI run for 34deb6c.

🟢 All jobs passed!

But CI Insights is watching 👀

@Dargon789

Copy link
Copy Markdown
Owner

@Mergifyio update

@mergify

mergify Bot commented Mar 3, 2026

Copy link
Copy Markdown

update

☑️ Nothing to do, the required conditions are not met

Details
  • #commits-behind > 0 [📌 update requirement]
  • -closed [📌 update requirement]
  • -conflict [📌 update requirement]
  • queue-position = -1 [📌 update requirement]

@Dargon789
Dargon789 self-requested a review March 3, 2026 19:34
@Dargon789

Copy link
Copy Markdown
Owner

@Mergifyio rebase

Bumps the cargo-weekly group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [alloy-eip7928](https://github.com/alloy-rs/eips) | `0.3.2` | `0.3.3` |
| [moka](https://github.com/moka-rs/moka) | `0.12.13` | `0.12.14` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.38.2` | `0.38.3` |
| [tracing-logfmt](https://github.com/EmbarkStudios/tracing-logfmt) | `0.3.5` | `0.3.7` |
| [ipnet](https://github.com/krisprice/ipnet) | `2.11.0` | `2.12.0` |


Updates `alloy-eip7928` from 0.3.2 to 0.3.3
- [Changelog](https://github.com/alloy-rs/eips/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/eips@alloy-eip7928-v0.3.2...alloy-eip7928-v0.3.3)

Updates `moka` from 0.12.13 to 0.12.14
- [Release notes](https://github.com/moka-rs/moka/releases)
- [Changelog](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md)
- [Commits](moka-rs/moka@v0.12.13...v0.12.14)

Updates `sysinfo` from 0.38.2 to 0.38.3
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.38.2...v0.38.3)

Updates `tracing-logfmt` from 0.3.5 to 0.3.7
- [Release notes](https://github.com/EmbarkStudios/tracing-logfmt/releases)
- [Changelog](https://github.com/EmbarkStudios/tracing-logfmt/blob/main/CHANGELOG.md)
- [Commits](EmbarkStudios/tracing-logfmt@0.3.5...0.3.7)

Updates `ipnet` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/krisprice/ipnet/releases)
- [Changelog](https://github.com/krisprice/ipnet/blob/master/RELEASES.md)
- [Commits](krisprice/ipnet@2.11.0...2.12.0)

---
updated-dependencies:
- dependency-name: alloy-eip7928
  dependency-version: 0.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
- dependency-name: moka
  dependency-version: 0.12.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
- dependency-name: sysinfo
  dependency-version: 0.38.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
- dependency-name: tracing-logfmt
  dependency-version: 0.3.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-weekly
- dependency-name: ipnet
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-weekly
...

Signed-off-by: dependabot[bot] <support@github.com>
@Dargon789
Dargon789 force-pushed the dependabot/cargo/cargo-weekly-86d2b24d57 branch from 5d8d095 to ebb09f0 Compare March 3, 2026 19:35
@mergify

mergify Bot commented Mar 3, 2026

Copy link
Copy Markdown

rebase

❌ Base branch update has failed

Details

expected head sha didn’t match current head ref.

@Dargon789

Copy link
Copy Markdown
Owner

@Mergifyio refresh

@mergify

mergify Bot commented Mar 3, 2026

Copy link
Copy Markdown

refresh

✅ Pull request refreshed

@Dargon789
Dargon789 merged commit 1564dec into main Mar 4, 2026
49 of 50 checks passed
@Dargon789
Dargon789 deleted the dependabot/cargo/cargo-weekly-86d2b24d57 branch March 4, 2026 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant