Skip to content

chore(deps): bump the rust-deps group with 6 updates#5

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust-deps-52847e335b
Closed

chore(deps): bump the rust-deps group with 6 updates#5
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust-deps-52847e335b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2026

Bumps the rust-deps group with 6 updates:

Package From To
tokio 1.50.0 1.51.0
toml 0.8.23 1.1.2+spec-1.1.0
nvml-wrapper 0.11.0 0.12.1
nix 0.29.0 0.31.2
prometheus-client 0.24.0 0.24.1
rand 0.8.5 0.9.2

Updates tokio from 1.50.0 to 1.51.0

Release notes

Sourced from tokio's releases.

Tokio v1.51.0

1.51.0 (April 3rd, 2026)

Added

  • net: implement get_peer_cred on Hurd (#7989)
  • runtime: add tokio::runtime::worker_index() (#7921)
  • runtime: add runtime name (#7924)
  • runtime: stabilize LocalRuntime (#7557)
  • wasm: add wasm32-wasip2 networking support (#7933)

Changed

  • runtime: steal tasks from the LIFO slot (#7431)

Fixed

  • docs: do not show "Available on non-loom only." doc label (#7977)
  • macros: improve overall macro hygiene (#7997)
  • sync: fix notify_waiters priority in Notify (#7996)
  • sync: fix panic in Chan::recv_many when called with non-empty vector on closed channel (#7991)

#7431: tokio-rs/tokio#7431 #7557: tokio-rs/tokio#7557 #7921: tokio-rs/tokio#7921 #7924: tokio-rs/tokio#7924 #7933: tokio-rs/tokio#7933 #7977: tokio-rs/tokio#7977 #7989: tokio-rs/tokio#7989 #7991: tokio-rs/tokio#7991 #7996: tokio-rs/tokio#7996 #7997: tokio-rs/tokio#7997

Commits

Updates toml from 0.8.23 to 1.1.2+spec-1.1.0

Commits

Updates nvml-wrapper from 0.11.0 to 0.12.1

Release notes

Sourced from nvml-wrapper's releases.

v0.12.0

Added

  • Add idiomatic abstraction for vGPU type information (#68)
  • Add device::mig_device_by_index() (#93)
  • Add device::mig_device_count() (#94)
  • Add device::vgpu_scheduler_capabilities() (#95)
  • Add device::mig_parent_device() (#96)
  • Add device::vgpu_host_mode() (#98)
  • Add device::mig_is_mig_device_handle() (#99)
  • Add device::set_mig_mode() (#100)
  • Add vGPU capabilities support (#101)
  • Add device::possible_placements() (#102)
  • Add NvLink bandwidth mode API (#103)
  • Add NvLink::remote_device_type() (#106)
  • Add device::set_temperature_threshold() (#107)
  • Add Nvml::vgpu_version() and Nvml::set_vgpu_version() (#108)
  • Add device::vgpu_accounting_pids() and device::vgpu_accounting_stats() (#109)
  • Add device::vgpu_scheduler_log() (#110)
  • Add device::vgpu_scheduler_state() and device::set_vgpu_scheduler_state() (#111)
  • Add MPS version of running_compute_processes for >= Volta (#112)
  • Add device::gsp_firmware_mode() and device::gsp_firmware_version() (#113)
  • Add device::profile_info() (#115)
  • Implement From<NvmlError> for nvmlReturn_t conversion (#117)
  • Add device::numa_node_id() for NUMA-node-friendly GPUs (#118)
  • Add missing AcousticThreshold enum variants (#121)
  • Add GPU Performance Monitoring (GPM) support (#122)

Fixed

  • Only return samples that are actually valid (#67)
  • Fix get cc macros (#104)
  • Fix attestation report size (#116)
  • Fix spelling mistake of "occurred" (#120)

Internal

  • Address cargo clippy warnings (#105)
  • Fix lifetime warnings (#119)

What's Changed

... (truncated)

Changelog

Sourced from nvml-wrapper's changelog.

[0.12.1] (released 2026-03-27)

Fixed

  • Corrected NVML_FI_PWR_SMOOTHING_* field IDs which used CUDA 13.0U1 numbering instead of v12, causing silent data corruption on CUDA 12 hosts (#134, #137)
  • Added runtime driver version detection and transparent field ID remapping for drivers >= 580.82 (CUDA 13.0 Update 1+) so callers don't need to handle the v12/v13U1 numbering difference (#137)
  • Fixed APIs that need double-calls for buffer size calculation (#129)
  • Fixed nvmlDeviceGetActiveVgpus argument ordering (#128)

Added

  • FieldIdScheme enum and Nvml::field_id_scheme() to inspect the detected driver's field ID numbering
  • Method for getting vGPU type ID (#124)

[0.12.0] (released 2026-02-11)

Added

  • Add idiomatic abstraction for vGPU type information (#68)
  • Add device::mig_device_by_index() (#93)
  • Add device::mig_device_count() (#94)
  • Add device::vgpu_scheduler_capabilities() (#95)
  • Add device::mig_parent_device() (#96)
  • Add device::vgpu_host_mode() (#98)
  • Add device::mig_is_mig_device_handle() (#99)
  • Add device::set_mig_mode() (#100)
  • Add vGPU capabilities support (#101)
  • Add device::possible_placements() (#102)
  • Add NvLink bandwidth mode API (#103)
  • Add NvLink::remote_device_type() (#106)
  • Add device::set_temperature_threshold() (#107)
  • Add Nvml::vgpu_version() and Nvml::set_vgpu_version() (#108)
  • Add device::vgpu_accounting_pids() and device::vgpu_accounting_stats() (#109)
  • Add device::vgpu_scheduler_log() (#110)
  • Add device::vgpu_scheduler_state() and device::set_vgpu_scheduler_state() (#111)
  • Add MPS version of running_compute_processes for >= Volta (#112)
  • Add device::gsp_firmware_mode() and device::gsp_firmware_version() (#113)
  • Add device::profile_info() (#115)
  • Implement From<NvmlError> for nvmlReturn_t conversion (#117)
  • Add device::numa_node_id() for NUMA-node-friendly GPUs (#118)
  • Add missing AcousticThreshold enum variants (#121)
  • Add GPU Performance Monitoring (GPM) support (#122)

Fixed

  • Only return samples that are actually valid (#67)
  • Fix get cc macros (#104)
  • Fix attestation report size (#116)
  • Fix spelling mistake of "occurred" (#120)

Internal

... (truncated)

Commits

Updates nix from 0.29.0 to 0.31.2

Changelog

Sourced from nix's changelog.

[0.31.2] - 2026-02-28

Added

  • Add WatchDescriptor::as_raw, to get libc id of WatchDescriptor. (#2718)
  • Added process::pthread_getthreadid_np() on FreeBSD. (#2725)
  • Added timerfd support on FreeBSD (#2728)

Fixed

  • The libc requirement is now 0.2.181, rather than pinned to 0.2.180. (#2744)

[0.31.1] - 2026-01-23

Added

  • termios: Add definition for IUCLC to supported platforms (#2702)
  • termios: Add definition for XCASE for supported platforms (#2703)

[0.31.0] - 2026-01-22

Added

  • Added the UDP GSO/GRO socket options and CMsgs on Android. This includes the following types:

    • UdpGsoSegment
    • UdpGroSegment
    • ControlMessage::UdpGsoSegments
    • ControlMessageOwned::UdpGroSegments

    (#2666)

  • Define errno EWOULDBLOCK as an alias of EAGAIN to match the AIX libc definition. (#2692)

  • Enable module ifaddrs on GNU Hurd (#2697)

  • Add termios OutputFlags::OFILL for Linux, Android, Aix, Cygwin, Fuchsia, Haiku, GNU/Hurd, Nto, Redox, Illumos, Solaris and Apple OSes. (#2701)

  • add sync() for cygwin (#2708)

Changed

... (truncated)

Commits

Updates prometheus-client from 0.24.0 to 0.24.1

Release notes

Sourced from prometheus-client's releases.

v0.24.1

What's Changed

New Contributors

Full Changelog: prometheus/client_rust@v0.23.1...v0.24.1

Changelog

Sourced from prometheus-client's changelog.

[0.24.1]

Added

  • EncodeGaugeValue is implemented for usize and isize, and EncodeCounterValue is implemented for usize. See PR 282.

Fixed

  • EncodeGaugeValue, EncodeCounterValue and EncodeExemplarValue now use fewer as casts in their implementation. This caught an issue where EncodeGaugeValue would not error when encoding some u64s that don't fit in a i64. See PR 281.
  • Filter out empty metric families, to match the go client. See PR 279.
  • Histogram now exposes count() and sum() methods when the test-util feature is enabled. See PR 242.
  • Family now exposes a contains() method when the test-util feature is enabled. See PR 245.
  • Family now exposes len() and is_empty() methods when the test-util feature is enabled. See PR 246.
Commits
  • 4a6d40a chore(Cargo.toml): prepare v0.24.1 release (#297)
  • 276bb9c feat(encoding): encode usize and isize (#282)
  • 3942d06 feat(metrics/family): 🍭 len() returns the number of metrics (#246)
  • bffe835 feat(metrics/family): 🍬 contains() checks if metrics exist (#245)
  • 77a034b feat(metrics/histogram): 🍪 count() and sum() accessors (#242)
  • e45cecf docs: fix sub_registry_with_prefix RustDoc (#289)
  • 1731b8e deps: update to pyo3 0.27 (#290)
  • 82ab3c4 fix(encoding): do not encode descriptor of empty family (#279)
  • 6bb0b10 refactor(encoding): remove as casts (#281)
  • See full diff in compare view

Updates rand from 0.8.5 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)

[0.9.1] - 2025-04-17

Security and unsafe

  • Revise "not a crypto library" policy again (#1565)
  • Remove zerocopy dependency from rand (#1579)

Fixes

  • Fix feature simd_support for recent nightly rust (#1586)

Changes

  • Allow fn rand::seq::index::sample_weighted and fn IndexedRandom::choose_multiple_weighted to return fewer than amount results (#1623), reverting an undocumented change (#1382) to the previous release.

Additions

  • Add rand::distr::Alphabetic distribution. (#1587)
  • Re-export rand_core (#1604)

#1565: rust-random/rand#1565 #1579: rust-random/rand#1579 #1586: rust-random/rand#1586 #1587: rust-random/rand#1587 #1604: rust-random/rand#1604 #1623: rust-random/rand#1623 #1634: rust-random/rand#1634 #1646: rust-random/rand#1646

[0.9.0] - 2025-01-27

Security and unsafe

  • Policy: "rand is not a crypto library" (#1514)
  • Remove fork-protection from ReseedingRng and ThreadRng. Instead, it is recommended to call ThreadRng::reseed on fork. (#1379)
  • Use zerocopy to replace some unsafe code (#1349, #1393, #1446, #1502)

Dependencies

  • Bump the MSRV to 1.63.0 (#1207, #1246, #1269, #1341, #1416, #1536); note that 1.60.0 may work for dependents when using --ignore-rust-version
  • Update to rand_core v0.9.0 (#1558)

Features

  • Support std feature without getrandom or rand_chacha (#1354)
  • Enable feature small_rng by default (#1455)
  • Remove implicit feature rand_chacha; use std_rng instead. (#1473)
  • Rename feature serde1 to serde (#1477)
  • Rename feature getrandom to os_rng (#1537)

... (truncated)

Commits

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-deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.50.0` | `1.51.0` |
| [toml](https://github.com/toml-rs/toml) | `0.8.23` | `1.1.2+spec-1.1.0` |
| [nvml-wrapper](https://github.com/Cldfire/nvml-wrapper) | `0.11.0` | `0.12.1` |
| [nix](https://github.com/nix-rust/nix) | `0.29.0` | `0.31.2` |
| [prometheus-client](https://github.com/prometheus/client_rust) | `0.24.0` | `0.24.1` |
| [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.2` |


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

Updates `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)

Updates `nvml-wrapper` from 0.11.0 to 0.12.1
- [Release notes](https://github.com/Cldfire/nvml-wrapper/releases)
- [Changelog](https://github.com/rust-nvml/nvml-wrapper/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Cldfire/nvml-wrapper/commits)

Updates `nix` from 0.29.0 to 0.31.2
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.29.0...v0.31.2)

Updates `prometheus-client` from 0.24.0 to 0.24.1
- [Release notes](https://github.com/prometheus/client_rust/releases)
- [Changelog](https://github.com/prometheus/client_rust/blob/master/CHANGELOG.md)
- [Commits](prometheus/client_rust@v0.24.0...v0.24.1)

Updates `rand` from 0.8.5 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@0.8.5...rand_core-0.9.2)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-deps
- dependency-name: toml
  dependency-version: 1.1.2+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rust-deps
- dependency-name: nvml-wrapper
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-deps
- dependency-name: nix
  dependency-version: 0.31.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-deps
- dependency-name: prometheus-client
  dependency-version: 0.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-deps
- dependency-name: rand
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 5, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 10, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 10, 2026
@dependabot dependabot bot deleted the dependabot/cargo/rust-deps-52847e335b branch April 10, 2026 16:10
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.

0 participants