Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps the dependencies group with 7 updates:

Package From To
tokio 1.45.1 1.47.1
socket2 0.5.10 0.6.0
sysinfo 0.35.2 0.36.1
rand 0.9.1 0.9.2
criterion 0.6.0 0.7.0
tree-sitter 0.25.6 0.25.8
tree-sitter-highlight 0.25.6 0.25.8

Updates tokio from 1.45.1 to 1.47.1

Release notes

Sourced from tokio's releases.

Tokio v1.47.1

1.47.1 (August 1st, 2025)

Fixed

  • process: fix panic from spurious pidfd wakeup (#7494)
  • sync: fix broken link of Python asyncio.Event in SetOnce docs (#7485)

#7485: tokio-rs/tokio#7485 #7494: tokio-rs/tokio#7494

Tokio v1.47.0

1.47.0 (July 25th, 2025)

This release adds poll_proceed and cooperative to the coop module for cooperative scheduling, adds SetOnce to the sync module which provides similar functionality to [std::sync::OnceLock], and adds a new method sync::Notify::notified_owned() which returns an OwnedNotified without a lifetime parameter.

Added

  • coop: add cooperative and poll_proceed (#7405)
  • sync: add SetOnce (#7418)
  • sync: add sync::Notify::notified_owned() (#7465)

Changed

  • deps: upgrade windows-sys 0.52 → 0.59 (#7117)
  • deps: update to socket2 v0.6 (#7443)
  • sync: improve AtomicWaker::wake performance (#7450)

Documented

  • metrics: fix listed feature requirements for some metrics (#7449)
  • runtime: improve safety comments of Readiness<'_> (#7415)

#7405: tokio-rs/tokio#7405 #7415: tokio-rs/tokio#7415 #7418: tokio-rs/tokio#7418 #7449: tokio-rs/tokio#7449 #7450: tokio-rs/tokio#7450 #7465: tokio-rs/tokio#7465

Tokio v1.46.1

1.46.1 (July 4th, 2025)

This release fixes incorrect spawn locations in runtime task hooks for tasks spawned using tokio::spawn rather than Runtime::spawn. This issue only effected the spawn location in TaskMeta::spawned_at, and did not effect task locations in Tracing events.

... (truncated)

Commits

Updates socket2 from 0.5.10 to 0.6.0

Changelog

Sourced from socket2's changelog.

0.6.0

Breaking changes

All IPv4 methods now have a _v4 suffix, IPv6 uses _v6. TCP methods have a tcp_ prefix (looked better than a suffix).

Furthermore we removed all types from external libraries (i.e. libc or windows-sys) from the public API, allowing us to update those without breaking the API.

  • Renamed Socket::freebind_ipv6 to freebind_v6 (rust-lang/socket2#592).
  • Renamed Socket::freebind to freebind_v4 (rust-lang/socket2#592).
  • Renamed Socket::original_dst to original_dst_v4 (rust-lang/socket2#592).
  • Renamed Socket::original_dst_ipv6 to original_dst_v6 (rust-lang/socket2#592).
  • Bump MSRV to 1.70 (rust-lang/socket2#597).
  • Use c_int from std::ffi instead of from libc (rust-lang/socket2#599, rust-lang/socket2#595).
  • SockAddr's methods now accept/return SockAddrStorage instead of sockaddr_storage/SOCKADDR_STORAGE (rust-lang/socket2#576):
    • new
    • try_init
    • as_ptr
    • as_storage
  • Add SockFilter, wrapper around libc::sock_filter, argument to Socket::attach_filter (rust-lang/socket2#581).
  • Various renames of TCP methods on Socket (rust-lang/socket2#592):
    • keepalive_time -> tcp_keepalive_time
    • keepalive_interval -> tcp_keepalive_interval
    • keepalive_retries -> tcp_keepalive_retries
    • nodelay -> tcp_nodelay
    • set_nodelay -> tcp_set_nodelay
    • tcp_mss -> mss
    • tcp_set_mss -> set_mss
    • tcp_cork -> cork
    • tcp_set_cork -> set_cork
    • tcp_quickack -> quickack
    • tcp_set_quickack -> set_quickack
    • thin_linear_timeouts -> tcp_thin_linear_timeouts.

Non-breaking changes

... (truncated)

Commits

Updates sysinfo from 0.35.2 to 0.36.1

Changelog

Sourced from sysinfo's changelog.

0.36.1

  • Linux: Improve processor CPU usage computation.

0.36.0

  • Add new Motherboard type.
  • Add new Product type.
  • Linux/macOS: Fix CPU usage update.
  • Linux: Improve Component::label generated String.
  • macOS: Make Components implement Send and Sync traits.
Commits
  • fc31b41 Merge pull request #1559 from GuillaumeGomez/update
  • 20d3d29 Update crate version to 0.36.1
  • 400387e Update CHANGELOG for 0.36.1 version
  • d46ed5d Merge pull request #1558 from GuillaumeGomez/improve-processor-cpu-usage-comp...
  • 44e64c5 Improve processors CPU usage computation on linux
  • 57876c0 Merge pull request #1555 from GuillaumeGomez/update
  • d571f4f Update crate version to 0.36.0
  • ef8ef97 Update CHANGELOG for 0.36.0
  • e3b69fa Merge pull request #1554 from GuillaumeGomez/motherboard-naming
  • a24ffc9 Improve Motherboard API naming
  • Additional commits viewable in compare view

Updates rand from 0.9.1 to 0.9.2

Changelog

Sourced from rand's changelog.

[0.9.2 — 2025-07-20]

Deprecated

  • Deprecate rand::rngs::mock module and StepRng generator (#1634)

Additions

  • Enable WeightedIndex<usize> (de)serialization (#1646)
Commits

Updates criterion from 0.6.0 to 0.7.0

Changelog

Sourced from criterion's changelog.

[0.7.0] - 2025-07-25

  • Bump version of criterion-plot to align dependencies.
Commits
  • 567405d release: bump criterion and criterion-plot versions (#878)
  • ccccbcc fix: deal with throughput in bits (#861)
  • deb0eb0 feat: support throughput reports in bits (#833)
  • d4fd7cc Add CI job checking library builds with oldest allowed dependencies (#854)
  • See full diff in compare view

Updates tree-sitter from 0.25.6 to 0.25.8

Release notes

Sourced from tree-sitter's releases.

v0.25.8

What's Changed

Full Changelog: tree-sitter/tree-sitter@v0.25.7...v0.25.8

v0.25.7

What's Changed

Full Changelog: tree-sitter/tree-sitter@v0.25.6...v0.25.7

Commits
  • f2f197b 0.25.8
  • 8bb33f7 perf: reorder conditional operands
  • 6f944de fix(generate): propagate node types error
  • c159385 0.25.7
  • 94b55bf perf: reorder expensive conditional operand
  • bcb30f7 fix(generate): use topological sort for subtype map
  • 3bd8f7d perf: More efficient computation of used symbols
  • d7529c3 perf: reserve Vec capacities where appropriate
  • bf4217f fix(web): wasm export paths
  • bb7b339 Fix 'extra' field generation for node-types.json
  • Additional commits viewable in compare view

Updates tree-sitter-highlight from 0.25.6 to 0.25.8

Release notes

Sourced from tree-sitter-highlight's releases.

v0.25.8

What's Changed

Full Changelog: tree-sitter/tree-sitter@v0.25.7...v0.25.8

v0.25.7

What's Changed

Full Changelog: tree-sitter/tree-sitter@v0.25.6...v0.25.7

Commits
  • f2f197b 0.25.8
  • 8bb33f7 perf: reorder conditional operands
  • 6f944de fix(generate): propagate node types error
  • c159385 0.25.7
  • 94b55bf perf: reorder expensive conditional operand
  • bcb30f7 fix(generate): use topological sort for subtype map
  • 3bd8f7d perf: More efficient computation of used symbols
  • d7529c3 perf: reserve Vec capacities where appropriate
  • bf4217f fix(web): wasm export paths
  • bb7b339 Fix 'extra' field generation for node-types.json
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
sysinfo [>= 0.32.a, < 0.33]
sysinfo [>= 0.31.a, < 0.32]
sysinfo [>= 0.30.a, < 0.31]

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.45.1` | `1.47.1` |
| [socket2](https://github.com/rust-lang/socket2) | `0.5.10` | `0.6.0` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.35.2` | `0.36.1` |
| [rand](https://github.com/rust-random/rand) | `0.9.1` | `0.9.2` |
| [criterion](https://github.com/bheisler/criterion.rs) | `0.6.0` | `0.7.0` |
| [tree-sitter](https://github.com/tree-sitter/tree-sitter) | `0.25.6` | `0.25.8` |
| [tree-sitter-highlight](https://github.com/tree-sitter/tree-sitter) | `0.25.6` | `0.25.8` |


Updates `tokio` from 1.45.1 to 1.47.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.47.1)

Updates `socket2` from 0.5.10 to 0.6.0
- [Release notes](https://github.com/rust-lang/socket2/releases)
- [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/socket2/commits)

Updates `sysinfo` from 0.35.2 to 0.36.1
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.35.2...v0.36.1)

Updates `rand` from 0.9.1 to 0.9.2
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@rand_core-0.9.1...rand_core-0.9.2)

Updates `criterion` from 0.6.0 to 0.7.0
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.6.0...0.7.0)

Updates `tree-sitter` from 0.25.6 to 0.25.8
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](tree-sitter/tree-sitter@v0.25.6...v0.25.8)

Updates `tree-sitter-highlight` from 0.25.6 to 0.25.8
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](tree-sitter/tree-sitter@v0.25.6...v0.25.8)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.47.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: socket2
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sysinfo
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rand
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: criterion
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tree-sitter
  dependency-version: 0.25.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tree-sitter-highlight
  dependency-version: 0.25.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 1, 2025
@mhils mhils merged commit 76bb85b into main Aug 3, 2025
24 checks passed
@mhils mhils deleted the dependabot/cargo/dependencies-30b72d2b7f branch August 3, 2025 16:44
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 file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants