Skip to content

chore(deps): bump the rs-dependencies group across 1 directory with 25 updates#156

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/proplet/rs-dependencies-89b1ac8c18
Open

chore(deps): bump the rs-dependencies group across 1 directory with 25 updates#156
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/proplet/rs-dependencies-89b1ac8c18

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps the rs-dependencies group with 22 updates in the /proplet directory:

Package From To
rumqttc 0.24.0 0.25.1
serde_json 1.0.145 1.0.149
toml 0.8.23 0.9.11+spec-1.1.0
wasmtime 41.0.3 41.0.4
wasmtime-wasi 41.0.3 41.0.4
wasmtime-wasi-http 41.0.3 42.0.1
hyper-util 0.1.19 0.1.20
uuid 1.19.0 1.21.0
thiserror 2.0.17 2.0.18
anyhow 1.0.100 1.0.102
tracing 0.1.43 0.1.44
config 0.14.1 0.15.19
url 2.5.7 2.5.8
sysinfo 0.32.1 0.38.2
chrono 0.4.42 0.4.44
libc 0.2.178 0.2.182
socket2 0.5.10 0.6.1
reqwest 0.12.28 0.13.2
attestation-agent edcb6b9 33c412c
oci-client 0.15.0 0.16.0
oci-spec 0.8.4 0.9.0
futures-util 0.3.31 0.3.32

Updates rumqttc from 0.24.0 to 0.25.1

Release notes

Sourced from rumqttc's releases.

rumqttc-0.25.1

rumqttc v0.25.1

This patch release focuses on fixing the broken WebSocket feature and includes dependency updates.

Highlights

WebSocket Fix: This release resolves a build issue that occurred when the websocket feature was enabled, caused by incompatibility with ws_stream_tungstenite v0.14.0. The dependency has been updated to v0.15.0, restoring full WebSocket functionality.

Changes

  • Fixed: Build failure when compiling with the websocket feature enabled (#999)
  • Added: New use-rustls-no-provider feature for more flexible TLS configuration (#988)
  • Maintenance: Updated dependencies (#1006 )

Contributors

Welcome to our new contributors:

Full Changelog: [rumqttc-0.25.0...rumqttc-0.25.1]

rumqttc-0.25.0

rumqttc v0.25.0 Release Notes

We're excited to announce the release of rumqttc v0.25.0! This release brings significant improvements, new features, and important bug fixes that enhance the stability and functionality of your MQTT applications.

🚀 What's New

Enhanced MQTT v5 Support

  • Session Management: Added support for session_expiry_interval in MQTT v5 connections, giving you better control over session persistence
  • Authentication Packets: Implemented MQTT v5 Auth packet support for enhanced authentication flows
  • Connection Properties: Made DisconnectProperties struct public for better disconnect handling

Security & Performance Improvements

  • Network Performance: Added TCP no_delay configuration option for reduced latency in time-sensitive applications
  • Memory Optimization: Replaced Vec with FixedBitSet for QoS 2 packet tracking, reducing memory overhead
  • Network Timeout: Set default network timeout to Duration::MAX instead of zero for better connection handling

Developer Experience Enhancements

  • TLS Support: Added native TLS TlsConnector support for more flexible secure connections
  • Client Configuration: New set_client_id method in MqttOptions for easier client ID management
  • External Auth: Re-enabled public access to external authentication features

🔧 Important Bug Fixes

Connection Stability

  • Fixed panic issues on connection closure

... (truncated)

Commits
  • 2167da0 Merge pull request #1006 from giridher-art/main
  • f1e9e8d chore(deps): updating deps
  • f334174 Merge pull request #999 from MightyPork/fix-websocket-build
  • bf80181 Fix rumqttc build with websocket feature enabled
  • c03ba8b chore: release rumqttd-0.20.0 (#998)
  • 0dc418d Merge pull request #988 from Matt3o12/main
  • a571e58 feat(rumqttc): add use-rustls-no-provider feature
  • 7605cc2 Merge pull request #994 from giridher-art/release-v0.25.0
  • e6edfd7 chore: release chore cargo lock
  • da1961c chore: release chore
  • Additional commits viewable in compare view

Updates serde_json from 1.0.145 to 1.0.149

Release notes

Sourced from serde_json's releases.

v1.0.149

  • Align arbitrary_precision number strings with zmij's formatting (#1306, thanks @​b41sh)

v1.0.148

  • Update zmij dependency to 1.0

v1.0.147

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#1304)

v1.0.146

Commits

Updates toml from 0.8.23 to 0.9.11+spec-1.1.0

Commits

Updates wasmtime from 41.0.3 to 41.0.4

Release notes

Sourced from wasmtime's releases.

v41.0.4

41.0.4

Released 2026-02-24.

Changed

  • Wasmtime's implementation of WASI now has the ability to limit resource consumption on behalf of the guest, such as host-allocated memory. This means that some behaviors previously allowed by Wasmtime can now disallowed, such as transferring excessive data from the guest to the host. Additionally calls to wasi:random/random.get-random-bytes, for example, can have limits in place to avoid allocating too much memory on the host. To preserve backwards-compatible behavior these limits are NOT set by default. Embedders must opt-in to configuring these knobs as appropriate for their embeddings. For more information on this see the related security advisory with further details on knobs added and what behaviors can be restricted. GHSA-852m-cvvp-9p4w

Fixed

Changelog

Sourced from wasmtime's changelog.

41.0.4

Released 2026-02-24.

Changed

  • Wasmtime's implementation of WASI now has the ability to limit resource consumption on behalf of the guest, such as host-allocated memory. This means that some behaviors previously allowed by Wasmtime can now disallowed, such as transferring excessive data from the guest to the host. Additionally calls to wasi:random/random.get-random-bytes, for example, can have limits in place to avoid allocating too much memory on the host. To preserve backwards-compatible behavior these limits are NOT set by default. Embedders must opt-in to configuring these knobs as appropriate for their embeddings. For more information on this see the related security advisory with further details on knobs added and what behaviors can be restricted. GHSA-852m-cvvp-9p4w

Fixed


Commits

Updates wasmtime-wasi from 41.0.3 to 41.0.4

Release notes

Sourced from wasmtime-wasi's releases.

v41.0.4

41.0.4

Released 2026-02-24.

Changed

  • Wasmtime's implementation of WASI now has the ability to limit resource consumption on behalf of the guest, such as host-allocated memory. This means that some behaviors previously allowed by Wasmtime can now disallowed, such as transferring excessive data from the guest to the host. Additionally calls to wasi:random/random.get-random-bytes, for example, can have limits in place to avoid allocating too much memory on the host. To preserve backwards-compatible behavior these limits are NOT set by default. Embedders must opt-in to configuring these knobs as appropriate for their embeddings. For more information on this see the related security advisory with further details on knobs added and what behaviors can be restricted. GHSA-852m-cvvp-9p4w

Fixed

Changelog

Sourced from wasmtime-wasi's changelog.

41.0.4

Released 2026-02-24.

Changed

  • Wasmtime's implementation of WASI now has the ability to limit resource consumption on behalf of the guest, such as host-allocated memory. This means that some behaviors previously allowed by Wasmtime can now disallowed, such as transferring excessive data from the guest to the host. Additionally calls to wasi:random/random.get-random-bytes, for example, can have limits in place to avoid allocating too much memory on the host. To preserve backwards-compatible behavior these limits are NOT set by default. Embedders must opt-in to configuring these knobs as appropriate for their embeddings. For more information on this see the related security advisory with further details on knobs added and what behaviors can be restricted. GHSA-852m-cvvp-9p4w

Fixed


Commits

Updates wasmtime-wasi-http from 41.0.3 to 42.0.1

Release notes

Sourced from wasmtime-wasi-http's releases.

v42.0.1

42.0.1

Released 2026-02-25.

Fixed

  • Fix some minor bindgen! issues with anyhow: true #12658

v42.0.0

42.0.0

Released 2026-02-20.

Added

  • Cranelift now supports bitwise operations on floats on aarch64. #12326

  • Cranelift now supports NaN canonicalization of f16 and f128. #12337

  • Wasmtime has gained minimal support to implement fixed-length lists in the component model being communicated between composed components. #10619

  • Wasmtime's Error and Result types are now built-in to the wasmtime crate and are no longer defined by the anyhow crate. Wasmtime exports a mostly-compatible anyhow-like API at wasmtime::error which is used instead. Wasmtime's own Error handles OOM internally and is foundational part of Wasmtime's work-in-progress support to gracefully handle OOM. #12309

  • Wasmtime now exports an extension trait to convert anyhow::Result<T> into wasmtime::Result<T>. #12255

  • Wasmtime supports a new bindgen! option to generate bindings specifically with anyhow::Result instead of wasmtime::Result. #12331

  • The Nvidia-Cuda execution provider is now supported for the wasi-nn onnx backend. #12044

  • Non-exported and private entities can now be accessed through the debugger API. #12367

... (truncated)

Changelog

Sourced from wasmtime-wasi-http's changelog.

42.0.1

Released 2026-02-25.

Fixed

  • Fix some minor bindgen! issues with anyhow: true #12658

42.0.0

Released 2026-02-24.

Added

  • Cranelift now supports bitwise operations on floats on aarch64. #12326

  • Cranelift now supports NaN canonicalization of f16 and f128. #12337

  • Wasmtime has gained minimal support to implement fixed-length lists in the component model being communicated between composed components. #10619

  • Wasmtime's Error and Result types are now built-in to the wasmtime crate and are no longer defined by the anyhow crate. Wasmtime exports a mostly-compatible anyhow-like API at wasmtime::error which is used instead. Wasmtime's own Error handles OOM internally and is foundational part of Wasmtime's work-in-progress support to gracefully handle OOM. #12309

  • Wasmtime now exports an extension trait to convert anyhow::Result<T> into wasmtime::Result<T>. #12255

  • Wasmtime supports a new bindgen! option to generate bindings specifically with anyhow::Result instead of wasmtime::Result. #12331

  • The Nvidia-Cuda execution provider is now supported for the wasi-nn onnx backend. #12044

  • Non-exported and private entities can now be accessed through the debugger API. #12367

... (truncated)

Commits

Updates hyper-util from 0.1.19 to 0.1.20

Release notes

Sourced from hyper-util's releases.

v0.1.20

What's Changed

New Contributors

Full Changelog: hyperium/hyper-util@v0.1.19...v0.1.20

Changelog

Sourced from hyper-util's changelog.

0.1.20 (2026-02-02)

  • Fix proxy::Matcher to properly match domains regardless of casing
  • Fix system proxy matcher dependency on macOS when used in sandboxed environements.
  • Increased MSRV to 1.64.
Commits
  • b23a13e v0.1.20
  • ffa5391 chore: use standard library api (#263)
  • b43aeab chore: bump system-configuration to 0.7 (#256)
  • d841f5d bump MSRV to 1.64 (#258)
  • af19656 chore(client): remove unused mac imports in system proxy (#260)
  • ad6a63d chore(ci): update to actions/checkout@v6 (#261)
  • d5503b2 docs(client): correct malformed reference link in set_interface (#254)
  • 8c4f4a0 fix(matcher): improve subdomain matching case insensitivity (#252)
  • 1b3fa96 fix(matcher): improve domain matching case insensitivity (#251)
  • See full diff in compare view

Updates uuid from 1.19.0 to 1.21.0

Release notes

Sourced from uuid's releases.

v1.21.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.20.0...v1.21.0

v1.20.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.19.0...v1.20.0

Commits

Updates thiserror from 2.0.17 to 2.0.18

Release notes

Sourced from thiserror's releases.

2.0.18

Commits
  • dc0f6a2 Release 2.0.18
  • 0275292 Touch up PR 443
  • 3c33bc6 Merge pull request #443 from LucaCappelletti94/master
  • 995939c Reproduce issue 442
  • 21653d1 Made clippy lifetime allows conditional
  • 45e5388 Update actions/upload-artifact@v5 -> v6
  • 386aac1 Update actions/upload-artifact@v4 -> v5
  • ec50561 Update actions/checkout@v5 -> v6
  • 247eab5 Update name of empty_enum clippy lint
  • 91b181f Raise required compiler to Rust 1.68
  • Additional commits viewable in compare view

Updates anyhow from 1.0.100 to 1.0.102

Release notes

Sourced from anyhow's releases.

1.0.102

1.0.101

Commits
  • 5c657b3 Release 1.0.102
  • e737fb6 Merge pull request #442 from dtolnay/backtrace
  • 7fe62b5 Further simply backtrace conditional compilation
  • c8cb5ca Merge pull request #441 from dtolnay/backtrace
  • de27df7 Delete CI use of --features=backtrace
  • 9b67e5d Merge pull request #440 from dtolnay/backtrace
  • efdb11a Simplify std_backtrace conditional code
  • b8a9a70 Merge pull request #439 from dtolnay/backtrace
  • a42fc2c Remove feature = "backtrace" conditional code
  • 2a2a3ce Re-word backtrace feature comment
  • Additional commits viewable in compare view

Updates tracing from 0.1.43 to 0.1.44

Release notes

Sourced from tracing's releases.

tracing 0.1.44

Fixed

  • Fix record_all panic (#3432)

Changed

  • tracing-core: updated to 0.1.36 (#3440)

#3432: tokio-rs/tracing#3432 #3440: tokio-rs/tracing#3440

Commits

Updates config from 0.14.1 to 0.15.19

Changelog

Sourced from config's changelog.

[0.15.19] - 2025-11-12

Internal

  • (ron) Update to 0.12

[0.15.18] - 2025-09-30

Fixes

  • Improve consistency between missing field error messages

[0.15.17] - 2025-09-24

Features

  • corn file format support

[0.15.16] - 2025-09-15

Performance

  • Allow more build parallelism by depending on serde_core

[0.15.15] - 2025-08-29

Fixes

  • (json5) Correctly deserialize null (regressed in 0.15.14)

[0.15.14] - 2025-08-12

Performance

  • (json5) Reduce overhead when loading json5 files

[0.15.13] - 2025-07-09

Fixes

  • Skip UTF-8 BOMs when reading files

[0.15.12] - 2025-07-08

Performance

  • Upgrade to toml v0.9

[0.15.11] - 2025-03-12

... (truncated)

Commits

Updates url from 2.5.7 to 2.5.8

Commits

Updates sysinfo from 0.32.1 to 0.38.2

Changelog

Sourced from sysinfo's changelog.

0.38.2

  • Implement Error trait for MacAddrFromStrError, IpNetworkFromStrError and KillError types.

0.38.1

  • macOS: Put back support for versions below macOS 12.

0.38.0

  • Add NetBSD support.
  • Windows: Fix unsoundness for a function used in Motherboard and Product.
  • Linux: Improve CPU info parsing.
  • Fix serde serialization of MacAddr and of Disk::file_system.

0.37.2

  • Improve documentation of System::refresh_cpu_all and of System::refresh_cpu_specifics.
  • Android: Fix System::uptime.
  • Linux: Correctly handled modified/removed Process::exe paths.

0.37.1

  • Fix serde serialization on Process::name.
  • Linux: Fix get_cpu_frequency on loongarch64.
  • Windows: Correctly handle invalid UTF-8 string in Motherboard.

0.37.0

  • Update minimum supported Rust version to 1.88 (for 2024 edition and if let chain feature).
  • Added Component::id API.
  • Linux: Greatly improve partial processes retrieval.
  • Linux: Simplify internal components retrieval code.

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.

0.35.2

  • Linux: Fix retrieval of processor frequency on loongarch64.
  • Linux/Android: Improve Process::wait by checking if the process is still alive before waiting.

... (truncated)

Commits
  • e3e319f Merge pull request #1626 from GuillaumeGomez/update
  • 6673f04 Update crate version to 0.38.2
  • 4239c85 Update CHANGELOG for 0.38.2
  • eb91603 Merge pull request #1625 from GuillaumeGomez/error
  • 8aa5200 Implement Error trait for error types
  • 0d91dfb Merge pull request #1622 from GuillaumeGomez/update
  • 74ae5e9 Update crate version to 0.38.1
  • 19cea2e Update CHANGELOG for 0.38.1
  • 45472ee Merge pull request #1621 from GuillaumeGomez/older-mac-versions
  • 385e819 Enforce version restrictions on objc2-core-foundation and on objc2-io-kit...
  • Additional commits viewable in compare view

Updates chrono from 0.4.42 to 0.4.44

Release notes

Sourced from chrono's releases.

0.4.44

What's Changed

0.4.43

What's Changed

Commits
  • c14b459 Bump version to 0.4.44
  • ea832c5 Add track_caller to non-deprecated functions
  • cfae889 Fix panic message in to_rfc2822
  • f8900b5 docs: match MSRV with Cargo.toml contents
  • 45caaa9 Update copyright year to 2026 in LICENSE.txt
  • 1c0b8f0 Bump version to 0.4.43
  • a03e43b Upgrade windows-bindgen to 0.66
  • 4fedaba Ignore bincode advisory
  • f4b7bbd Bump actions/checkout from 5 to 6
  • db12973 Added doctest for the NaiveDate years_since function (#1755)
  • Additional commits viewable in compare view

Updates libc from 0.2.178 to 0.2.182

Release notes

Sourced from libc's releases.

0.2.182

Added

  • Android, Linux: Add tgkill (#4970)
  • Redox: Add RENAME_NOREPLACE (#4968)
  • Redox: Add renameat2 (#4968)

0.2.181

Added

  • Apple: Add MADV_ZERO (#4924)
  • Redox: Add makedev, major, and minor (#4928)
  • GLibc: Add PTRACE_SET_SYSCALL_INFO (#4933)
  • OpenBSD: Add more kqueue related constants for (#4945)
  • Linux: add CAN error types (#4944)
  • OpenBSD: Add siginfo_t::si_status (#4946)
  • QNX NTO: Add max_align_t (#4927)
  • Illumos: Add _CS_PATH (#4956)
  • OpenBSD: add ppoll (#4957)

Fixed

  • Breaking: Redox: Fix the type of dev_t (#4928)
  • AIX: Change 'tv_nsec' of 'struct timespec' to type 'c_long' (#4931)
  • AIX: Use 'struct st_timespec' in 'struct stat{,64}' (#4931)
  • Glibc: Link old version of tc{g,s}etattr (#4938)
  • Glibc: Link the correct version of cf{g,s}et{i,o}speed on mips{32,64}r6 (#4938)
  • OpenBSD: Fix constness of tm.tm_zone (#4948)
  • OpenBSD: Fix the definition of ptrace_thread_state (#4947)
  • QuRT: Fix type visibility and defs (#4932)
  • Redox: Fix values for PTHREAD_MUTEX_{NORMAL, RECURSIVE} (#4943)
  • Various: Mark additional fields as private padding (#4922)

Changed

  • Fuchsia: Update...

    Description has been truncated

…5 updates

Bumps the rs-dependencies group with 22 updates in the /proplet directory:

| Package | From | To |
| --- | --- | --- |
| [rumqttc](https://github.com/bytebeamio/rumqtt) | `0.24.0` | `0.25.1` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.149` |
| [toml](https://github.com/toml-rs/toml) | `0.8.23` | `0.9.11+spec-1.1.0` |
| [wasmtime](https://github.com/bytecodealliance/wasmtime) | `41.0.3` | `41.0.4` |
| [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime) | `41.0.3` | `41.0.4` |
| [wasmtime-wasi-http](https://github.com/bytecodealliance/wasmtime) | `41.0.3` | `42.0.1` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.19` | `0.1.20` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.19.0` | `1.21.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.17` | `2.0.18` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.102` |
| [tracing](https://github.com/tokio-rs/tracing) | `0.1.43` | `0.1.44` |
| [config](https://github.com/rust-cli/config-rs) | `0.14.1` | `0.15.19` |
| [url](https://github.com/servo/rust-url) | `2.5.7` | `2.5.8` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.32.1` | `0.38.2` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.42` | `0.4.44` |
| [libc](https://github.com/rust-lang/libc) | `0.2.178` | `0.2.182` |
| [socket2](https://github.com/rust-lang/socket2) | `0.5.10` | `0.6.1` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.28` | `0.13.2` |
| [attestation-agent](https://github.com/rodneyosodo/guest-components) | ``edcb6b9`` | ``33c412c`` |
| [oci-client](https://github.com/oras-project/rust-oci-client) | `0.15.0` | `0.16.0` |
| [oci-spec](https://github.com/youki-dev/oci-spec-rs) | `0.8.4` | `0.9.0` |
| [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` |



Updates `rumqttc` from 0.24.0 to 0.25.1
- [Release notes](https://github.com/bytebeamio/rumqtt/releases)
- [Changelog](https://github.com/bytebeamio/rumqtt/blob/main/CHANGELOG.md)
- [Commits](bytebeamio/rumqtt@rumqttc-0.24.0...rumqttc-0.25.1)

Updates `serde_json` from 1.0.145 to 1.0.149
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.145...v1.0.149)

Updates `toml` from 0.8.23 to 0.9.11+spec-1.1.0
- [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.11)

Updates `wasmtime` from 41.0.3 to 41.0.4
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v41.0.4/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v41.0.3...v41.0.4)

Updates `wasmtime-wasi` from 41.0.3 to 41.0.4
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v41.0.4/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v41.0.3...v41.0.4)

Updates `wasmtime-wasi-http` from 41.0.3 to 42.0.1
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v42.0.1/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v41.0.3...v42.0.1)

Updates `hyper-util` from 0.1.19 to 0.1.20
- [Release notes](https://github.com/hyperium/hyper-util/releases)
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper-util@v0.1.19...v0.1.20)

Updates `uuid` from 1.19.0 to 1.21.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.19.0...v1.21.0)

Updates `thiserror` from 2.0.17 to 2.0.18
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.17...2.0.18)

Updates `anyhow` from 1.0.100 to 1.0.102
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.100...1.0.102)

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

Updates `config` from 0.14.1 to 0.15.19
- [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md)
- [Commits](rust-cli/config-rs@v0.14.1...v0.15.19)

Updates `url` from 2.5.7 to 2.5.8
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.7...v2.5.8)

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

Updates `chrono` from 0.4.42 to 0.4.44
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.42...v0.4.44)

Updates `libc` from 0.2.178 to 0.2.182
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.182/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.178...0.2.182)

Updates `socket2` from 0.5.10 to 0.6.1
- [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/v0.6.1)

Updates `reqwest` from 0.12.28 to 0.13.2
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.28...v0.13.2)

Updates `attestation-agent` from `edcb6b9` to `33c412c`
- [Commits](rodneyosodo/guest-components@edcb6b9...33c412c)

Updates `image-rs` from `edcb6b9` to `33c412c`
- [Commits](rodneyosodo/guest-components@edcb6b9...33c412c)

Updates `kbs_protocol` from `edcb6b9` to `33c412c`
- [Commits](rodneyosodo/guest-components@edcb6b9...33c412c)

Updates `oci-client` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/oras-project/rust-oci-client/releases)
- [Commits](oras-project/rust-oci-client@v0.15.0...v0.16.0)

Updates `oci-spec` from 0.8.4 to 0.9.0
- [Release notes](https://github.com/youki-dev/oci-spec-rs/releases)
- [Changelog](https://github.com/youki-dev/oci-spec-rs/blob/main/release.md)
- [Commits](youki-dev/oci-spec-rs@v0.8.4...v0.9.0)

Updates `resource_uri` from `edcb6b9` to `33c412c`
- [Commits](rodneyosodo/guest-components@edcb6b9...33c412c)

Updates `futures-util` from 0.3.31 to 0.3.32
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.31...0.3.32)

---
updated-dependencies:
- dependency-name: rumqttc
  dependency-version: 0.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rs-dependencies
- dependency-name: serde_json
  dependency-version: 1.0.149
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: toml
  dependency-version: 0.9.11+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rs-dependencies
- dependency-name: wasmtime
  dependency-version: 41.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: wasmtime-wasi
  dependency-version: 41.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: wasmtime-wasi-http
  dependency-version: 42.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rs-dependencies
- dependency-name: hyper-util
  dependency-version: 0.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: uuid
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rs-dependencies
- dependency-name: thiserror
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: anyhow
  dependency-version: 1.0.102
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: tracing
  dependency-version: 0.1.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: config
  dependency-version: 0.15.19
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rs-dependencies
- dependency-name: url
  dependency-version: 2.5.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: sysinfo
  dependency-version: 0.38.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rs-dependencies
- dependency-name: chrono
  dependency-version: 0.4.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: libc
  dependency-version: 0.2.182
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: socket2
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rs-dependencies
- dependency-name: reqwest
  dependency-version: 0.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rs-dependencies
- dependency-name: attestation-agent
  dependency-version: 33c412cff035f2721b470cfd100f9e31024986b4
  dependency-type: direct:production
  dependency-group: rs-dependencies
- dependency-name: image-rs
  dependency-version: 33c412cff035f2721b470cfd100f9e31024986b4
  dependency-type: direct:production
  dependency-group: rs-dependencies
- dependency-name: kbs_protocol
  dependency-version: 33c412cff035f2721b470cfd100f9e31024986b4
  dependency-type: direct:production
  dependency-group: rs-dependencies
- dependency-name: oci-client
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rs-dependencies
- dependency-name: oci-spec
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rs-dependencies
- dependency-name: resource_uri
  dependency-version: 33c412cff035f2721b470cfd100f9e31024986b4
  dependency-type: direct:production
  dependency-group: rs-dependencies
- dependency-name: futures-util
  dependency-version: 0.3.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
...

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 Mar 1, 2026
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