Skip to content

chore(deps): bump the rs-dependencies group across 4 directories with 18 updates#188

Open
dependabot[bot] wants to merge 7 commits intomainfrom
dependabot/cargo/examples/http-client/rs-dependencies-259f7023e4
Open

chore(deps): bump the rs-dependencies group across 4 directories with 18 updates#188
dependabot[bot] wants to merge 7 commits intomainfrom
dependabot/cargo/examples/http-client/rs-dependencies-259f7023e4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

Bumps the rs-dependencies group with 1 update in the /examples/http-client directory: wasip2.
Bumps the rs-dependencies group with 1 update in the /examples/http-server directory: wit-bindgen.
Bumps the rs-dependencies group with 1 update in the /examples/wasi-nn directory: wasi-nn.
Bumps the rs-dependencies group with 15 updates in the /proplet directory:

Package From To
tokio 1.50.0 1.52.1
toml 0.9.12+spec-1.1.0 1.0.6+spec-1.1.0
wasmtime 42.0.1 44.0.0
wasmtime-wasi 42.0.1 44.0.0
wasmtime-wasi-http 42.0.1 44.0.0
hyper 1.8.1 1.9.0
uuid 1.22.0 1.23.1
tracing-subscriber 0.3.22 0.3.23
config 0.15.19 0.15.22
libc 0.2.183 0.2.185
socket2 0.5.10 0.6.3
reqwest 0.12.28 0.13.2
oci-client 0.15.0 0.16.1
elastic-tee-hal 56126e9 4ddeb1e
wasm-wave 0.244.0 0.246.2

Updates wasip2 from 1.0.2+wasi-0.2.9 to 1.0.3+wasi-0.2.9

Commits

Updates wit-bindgen from 0.53.1 to 0.57.1

Commits

Updates wasi-nn from 0.1.0 to 0.6.0

Commits

Updates tokio from 1.50.0 to 1.52.1

Release notes

Sourced from tokio's releases.

Tokio v1.52.1

1.52.1 (April 16th, 2026)

Fixed

  • runtime: revert #7757 to fix [a regression]#8056 that causes spawn_blocking to hang (#8057)

#7757: tokio-rs/tokio#7757 #8056: tokio-rs/tokio#8056 #8057: tokio-rs/tokio#8057

Tokio v1.52.0

1.52.0 (April 14th, 2026)

Added

  • io: AioSource::register_borrowed for I/O safety support (#7992)
  • net: add try_io function to unix::pipe sender and receiver types (#8030)

Added (unstable)

  • runtime: Builder::enable_eager_driver_handoff setting enable eager hand off of the I/O and time drivers before polling tasks (#8010)
  • taskdump: add trace_with() for customized task dumps (#8025)
  • taskdump: allow impl FnMut() in trace_with instead of just fn() (#8040)
  • fs: support io_uring in AsyncRead for File (#7907)

Changed

  • runtime: improve spawn_blocking scalability with sharded queue (#7757)
  • runtime: use compare_exchange_weak() in worker queue (#8028)

Fixed

  • runtime: overflow second half of tasks when local queue is filled instead of first half (#8029)

Documented

  • docs: fix typo in oneshot::Sender::send docs (#8026)
  • docs: hide #[tokio::main] attribute in the docs of sync::watch (#8035)
  • net: add docs on ConnectionRefused errors with UDP sockets (#7870)

#7757: tokio-rs/tokio#7757 #7870: tokio-rs/tokio#7870 #7907: tokio-rs/tokio#7907 #7992: tokio-rs/tokio#7992 #8010: tokio-rs/tokio#8010 #8025: tokio-rs/tokio#8025 #8026: tokio-rs/tokio#8026 #8028: tokio-rs/tokio#8028 #8029: tokio-rs/tokio#8029

... (truncated)

Commits
  • 905c146 chore: prepare to release v1.52.1 (#8059)
  • 56aaa43 rt: revert #7757 to fix regression in spawn_blocking (#8057)
  • 57ff47a ci: update trybuild to expect output from rustc 1.95.0 (#8058)
  • 812de3e ci: bump taiki-e/cache-cargo-install-action from 1 to 3 (#8053)
  • ba82e73 ci: use Dependabot to keep github actions up to date (#8052)
  • 2e85f9d ci: replace cirrus-ci with freebsd-vm (#8041)
  • a7e1cd8 ci: update GitHub Actions workflows to use latest tool versions (#8047)
  • 5f7be0a chore: perpare 1.52.0 (#8045)
  • 36d12d2 taskdump: allow impl FnMut() in taskdumps instead of just fn() (#8040)
  • f943312 fs: support io-uring in AsyncRead for File (#7907)
  • Additional commits viewable in compare view

Updates toml from 0.9.12+spec-1.1.0 to 1.0.6+spec-1.1.0

Commits

Updates wasmtime from 42.0.1 to 44.0.0

Release notes

Sourced from wasmtime's releases.

v44.0.0

44.0.0

Released 2026-04-20.

Added

  • The wasmtime CLI now supports a -g flag which runs a built-in wasm program to host a gdbstub-compatible server (can be connected to with LLDB) to debug guest programs. #12756 #12771 #12856 #12859

  • Wasmtime now has experimental support for the map<K, V> type in the component model. #12216

  • Wasmtime's C API now supports wasm tag types. #12763 #12803

  • Wasmtime's C API now supports exceptions. #12861

  • Wasmtime's C API has more support for the GC proposal. #12914 #12915 #12916 #12917

  • An initial implementation of the wasi:tls proposal for the 0.3.0-draft version has been added. #12834

Changed

  • The demangle Cargo feature of the wasmtime crate is now compatible with no_std targets. #12740

  • The wasmtime-wasi-tls-* crates are now merged into one crate with feature flags for each backend. #12780

  • Wasmtime now requires Rust 1.92.0 or later to build. #12828

  • The cranelift-codegen crate now compiles for no_std targets.

... (truncated)

Changelog

Sourced from wasmtime's changelog.

45.0.0

Unreleased.

Added

Changed


Release notes for previous releases of Wasmtime can be found on the respective release branches of the Wasmtime repository.

... (truncated)

Commits

Updates wasmtime-wasi from 42.0.1 to 44.0.0

Release notes

Sourced from wasmtime-wasi's releases.

v44.0.0

44.0.0

Released 2026-04-20.

Added

  • The wasmtime CLI now supports a -g flag which runs a built-in wasm program to host a gdbstub-compatible server (can be connected to with LLDB) to debug guest programs. #12756 #12771 #12856 #12859

  • Wasmtime now has experimental support for the map<K, V> type in the component model. #12216

  • Wasmtime's C API now supports wasm tag types. #12763 #12803

  • Wasmtime's C API now supports exceptions. #12861

  • Wasmtime's C API has more support for the GC proposal. #12914 #12915 #12916 #12917

  • An initial implementation of the wasi:tls proposal for the 0.3.0-draft version has been added. #12834

Changed

  • The demangle Cargo feature of the wasmtime crate is now compatible with no_std targets. #12740

  • The wasmtime-wasi-tls-* crates are now merged into one crate with feature flags for each backend. #12780

  • Wasmtime now requires Rust 1.92.0 or later to build. #12828

  • The cranelift-codegen crate now compiles for no_std targets.

... (truncated)

Changelog

Sourced from wasmtime-wasi's changelog.

45.0.0

Unreleased.

Added

Changed


Release notes for previous releases of Wasmtime can be found on the respective release branches of the Wasmtime repository.

... (truncated)

Commits

Updates wasmtime-wasi-http from 42.0.1 to 44.0.0

Release notes

Sourced from wasmtime-wasi-http's releases.

v44.0.0

44.0.0

Released 2026-04-20.

Added

  • The wasmtime CLI now supports a -g flag which runs a built-in wasm program to host a gdbstub-compatible server (can be connected to with LLDB) to debug guest programs. #12756 #12771 #12856 #12859

  • Wasmtime now has experimental support for the map<K, V> type in the component model. #12216

  • Wasmtime's C API now supports wasm tag types. #12763 #12803

  • Wasmtime's C API now supports exceptions. #12861

  • Wasmtime's C API has more support for the GC proposal. #12914 #12915 #12916 #12917

  • An initial implementation of the wasi:tls proposal for the 0.3.0-draft version has been added. #12834

Changed

  • The demangle Cargo feature of the wasmtime crate is now compatible with no_std targets. #12740

  • The wasmtime-wasi-tls-* crates are now merged into one crate with feature flags for each backend. #12780

  • Wasmtime now requires Rust 1.92.0 or later to build. #12828

  • The cranelift-codegen crate now compiles for no_std targets.

... (truncated)

Changelog

Sourced from wasmtime-wasi-http's changelog.

45.0.0

Unreleased.

Added

Changed


Release notes for previous releases of Wasmtime can be found on the respective release branches of the Wasmtime repository.

... (truncated)

Commits

Updates hyper from 1.8.1 to 1.9.0

Release notes

Sourced from hyper's releases.

v1.9.0

Features

  • client:
  • error: add 'Error::is_parse_version_h2' method (393c77c7)
  • http1: add UpgradeableConnection::into_parts (e21205cf)

Bug Fixes

  • ffi: validate null pointers before dereferencing in request/response functions (#4038 (28e73ccd)
  • http1:
  • http2:
    • cancel sending client request body on response future drop (#4042) (5b17a69e, closes #4040)
    • non-utf8 char in Connection header may cause panic when calling to_str (#4019) (c36ca8a5)

Refactors and chores

... (truncated)

Changelog

Sourced from hyper's changelog.

v1.9.0 (2026-03-31)

Bug Fixes

  • ffi: validate null pointers before dereferencing in request/response functions (#4038 (28e73ccd)
  • http1:
  • http2:
    • cancel sending client request body on response future drop (#4042) (5b17a69e, closes #4040)
    • non-utf8 char in Connection header may cause panic when calling to_str (#4019) (c36ca8a5)

Features

  • client:
  • error: add 'Error::is_parse_version_h2' method (393c77c7)
  • http1: add UpgradeableConnection::into_parts (e21205cf)
Commits
  • 0d6c7d5 v1.9.0
  • e21205c feat(http1): add UpgradeableConnection::into_parts
  • 393c77c feat(error): add 'Error::is_parse_version_h2' method
  • 5b17a69 fix(http2): cancel sending client request body on response future drop (#4042)
  • 7211ec2 fix(http1): allow keep-alive for chunked requests with trailers (#4043)
  • d51cb71 feat(client): expose HTTP/2 current max stream count (#4026)
  • 28e73cc fix(ffi): validate null pointers before dereferencing in request/response fun...
  • e13e783 docs(client): fix HTTP/2 max concurrent stream link to spec (#4037)
  • 8ba9008 chore(dependencies): drop pin-utils dependency (#4023)
  • 5778745 feat(client): add HTTP/2 max_local_error_reset_streams option (#4021)
  • Additional commits viewable in compare view

Updates uuid from 1.22.0 to 1.23.1

Release notes

Sourced from uuid's releases.

v1.23.1

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.0...v1.23.1

v1.23.0

What's Changed

New Contributors

<...

Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 21, 2026
Comment thread proplet/Cargo.toml Outdated
oci-client = { version = "0.16", default-features = false, features = [
"rustls-tls",
] }
oci-client-old = { package = "oci-client", version = "0.15.0", default-features = false, features = [
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we have this?

@smithjilks
Copy link
Copy Markdown
Contributor

@rodneyosodo please update guest components on your repo to oci version 0.16.0.

@rodneyosodo
Copy link
Copy Markdown
Contributor

@rodneyosodo please update guest components on your repo to oci version 0.16.0.

I have updated https://github.com/rodneyosodo/guest-components

@dborovcanin
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 27, 2026

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

dependabot Bot and others added 5 commits April 27, 2026 11:47
… 18 updates

Bumps the rs-dependencies group with 1 update in the /examples/http-client directory: [wasip2](https://github.com/bytecodealliance/wasi-rs).
Bumps the rs-dependencies group with 1 update in the /examples/http-server directory: [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen).
Bumps the rs-dependencies group with 1 update in the /examples/wasi-nn directory: [wasi-nn](https://github.com/bytecodealliance/wasi-nn).
Bumps the rs-dependencies group with 15 updates in the /proplet directory:

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.50.0` | `1.52.1` |
| [toml](https://github.com/toml-rs/toml) | `0.9.12+spec-1.1.0` | `1.0.6+spec-1.1.0` |
| [wasmtime](https://github.com/bytecodealliance/wasmtime) | `42.0.1` | `44.0.0` |
| [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime) | `42.0.1` | `44.0.0` |
| [wasmtime-wasi-http](https://github.com/bytecodealliance/wasmtime) | `42.0.1` | `44.0.0` |
| [hyper](https://github.com/hyperium/hyper) | `1.8.1` | `1.9.0` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.22.0` | `1.23.1` |
| [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.22` | `0.3.23` |
| [config](https://github.com/rust-cli/config-rs) | `0.15.19` | `0.15.22` |
| [libc](https://github.com/rust-lang/libc) | `0.2.183` | `0.2.185` |
| [socket2](https://github.com/rust-lang/socket2) | `0.5.10` | `0.6.3` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.28` | `0.13.2` |
| [oci-client](https://github.com/oras-project/rust-oci-client) | `0.15.0` | `0.16.1` |
| [elastic-tee-hal](https://github.com/elasticproject-eu/wasmhal) | ``56126e9`` | ``4ddeb1e`` |
| [wasm-wave](https://github.com/bytecodealliance/wasm-tools) | `0.244.0` | `0.246.2` |



Updates `wasip2` from 1.0.2+wasi-0.2.9 to 1.0.3+wasi-0.2.9
- [Commits](bytecodealliance/wasi-rs@wasip2-1.0.2...wasip2-1.0.3)

Updates `wit-bindgen` from 0.53.1 to 0.57.1
- [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases)
- [Commits](bytecodealliance/wit-bindgen@v0.53.1...v0.57.1)

Updates `wasi-nn` from 0.1.0 to 0.6.0
- [Commits](https://github.com/bytecodealliance/wasi-nn/commits)

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

Updates `toml` from 0.9.12+spec-1.1.0 to 1.0.6+spec-1.1.0
- [Commits](toml-rs/toml@toml-v0.9.12...toml-v1.0.6)

Updates `wasmtime` from 42.0.1 to 44.0.0
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v42.0.1...v44.0.0)

Updates `wasmtime-wasi` from 42.0.1 to 44.0.0
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v42.0.1...v44.0.0)

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

Updates `hyper` from 1.8.1 to 1.9.0
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.8.1...v1.9.0)

Updates `uuid` from 1.22.0 to 1.23.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.22.0...v1.23.1)

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

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

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

Updates `socket2` from 0.5.10 to 0.6.3
- [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.3)

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 `oci-client` from 0.15.0 to 0.16.1
- [Release notes](https://github.com/oras-project/rust-oci-client/releases)
- [Commits](oras-project/rust-oci-client@v0.15.0...v0.16.1)

Updates `elastic-tee-hal` from `56126e9` to `4ddeb1e`
- [Commits](elasticproject-eu/wasmhal@56126e9...4ddeb1e)

Updates `wasm-wave` from 0.244.0 to 0.246.2
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

---
updated-dependencies:
- dependency-name: wasip2
  dependency-version: 1.0.3+wasi-0.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: wit-bindgen
  dependency-version: 0.57.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rs-dependencies
- dependency-name: wasi-nn
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rs-dependencies
- dependency-name: tokio
  dependency-version: 1.52.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rs-dependencies
- dependency-name: toml
  dependency-version: 1.0.6+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rs-dependencies
- dependency-name: wasmtime
  dependency-version: 44.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rs-dependencies
- dependency-name: wasmtime-wasi
  dependency-version: 44.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rs-dependencies
- dependency-name: wasmtime-wasi-http
  dependency-version: 44.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rs-dependencies
- dependency-name: hyper
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rs-dependencies
- dependency-name: uuid
  dependency-version: 1.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rs-dependencies
- dependency-name: tracing-subscriber
  dependency-version: 0.3.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: config
  dependency-version: 0.15.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: libc
  dependency-version: 0.2.185
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: socket2
  dependency-version: 0.6.3
  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: oci-client
  dependency-version: 0.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rs-dependencies
- dependency-name: elastic-tee-hal
  dependency-version: 4ddeb1efe27c341d4711b2789eb33761043e0c4e
  dependency-type: direct:production
  dependency-group: rs-dependencies
- dependency-name: wasm-wave
  dependency-version: 0.246.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rs-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jilks Smith <smithjilks@gmail.com>
Signed-off-by: Jilks Smith <smithjilks@gmail.com>
Signed-off-by: Jilks Smith <smithjilks@gmail.com>
@smithjilks smithjilks force-pushed the dependabot/cargo/examples/http-client/rs-dependencies-259f7023e4 branch from d6f1a76 to ab115c1 Compare April 27, 2026 08:58
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.

3 participants