Skip to content

build(deps): bump the rs-dependencies group across 4 directories with 15 updates#217

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/examples/attestation-test/rs-dependencies-aae259513a
Open

build(deps): bump the rs-dependencies group across 4 directories with 15 updates#217
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/examples/attestation-test/rs-dependencies-aae259513a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Bumps the rs-dependencies group with 1 update in the /examples/attestation-test directory: wit-bindgen.
Bumps the rs-dependencies group with 2 updates in the /examples/hal-runner directory: wasmtime and wasmtime-wasi.
Bumps the rs-dependencies group with 1 update in the /examples/hal-test directory: wit-bindgen.
Bumps the rs-dependencies group with 14 updates in the /proplet directory:

Package From To
serde_json 1.0.149 1.0.150
tokio 1.52.1 1.52.3
wasmtime 44.0.0 45.0.0
wasmtime-wasi 44.0.0 45.0.0
wasmtime-wasi-http 44.0.0 45.0.0
hyper 1.9.0 1.10.1
uuid 1.23.1 1.23.2
config 0.15.22 0.15.23
sysinfo 0.38.4 0.39.3
libc 0.2.185 0.2.186
socket2 0.6.3 0.6.4
reqwest 0.13.2 0.13.4
oci-spec 0.9.0 0.10.0
wasm-wave 0.246.2 0.248.0

Updates wit-bindgen from 0.43.0 to 0.57.1

Commits

Updates wit-bindgen from 0.43.0 to 0.57.1

Commits

Updates wit-bindgen from 0.43.0 to 0.57.1

Commits

Updates wasmtime from 44.0.2 to 45.0.0

Release notes

Sourced from wasmtime's releases.

v45.0.0

45.0.0

Released 2026-05-21.

Added

  • Winch now respects the enable_nan_canonicalization setting. #12939

  • Initial support for invoking component functions asynchronously has been added to the C API. #12973

  • Cranelift's s390x backend implements more instructions from z17 and also implements more CLIF arithmetic overflow instructions. #12523 #12707

  • Wasmtime's support for handling OOM in more APIs has expanded and is now documented as well. #12993 #12988 #13017 #13047 #13049 #13051 #13074 #13083 #13088 #13224

  • The Component type now offers reflection APIs over the compiled in-memory view of instructions in the same manner Module does. #13073

  • The wasmtime CLI now has a hot-blocks subcommand to explore a perf-recorded output and show hot basic blocks of WebAssembly instructions. #13077

  • Wasmtime now has an initial implementation of a copying collector for GC, which notably enables collecting cycles unlike the DRC collector. #13093 #13107

  • The WASI inherit_network and allow_ip_name_lookup options were added to the C API. #13145

  • The C API now has the ability to select Winch as well as the

... (truncated)

Changelog

Sourced from wasmtime's changelog.

46.0.0

Unreleased.

Added

  • Added opt-in support for the WebAssembly branch-hinting proposal: the metadata.code.branch_hint custom section is parsed and used to mark cold blocks during Cranelift compilation, behind Config::wasm_branch_hinting (off by default). #13459

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 44.0.2 to 45.0.0

Release notes

Sourced from wasmtime-wasi's releases.

v45.0.0

45.0.0

Released 2026-05-21.

Added

  • Winch now respects the enable_nan_canonicalization setting. #12939

  • Initial support for invoking component functions asynchronously has been added to the C API. #12973

  • Cranelift's s390x backend implements more instructions from z17 and also implements more CLIF arithmetic overflow instructions. #12523 #12707

  • Wasmtime's support for handling OOM in more APIs has expanded and is now documented as well. #12993 #12988 #13017 #13047 #13049 #13051 #13074 #13083 #13088 #13224

  • The Component type now offers reflection APIs over the compiled in-memory view of instructions in the same manner Module does. #13073

  • The wasmtime CLI now has a hot-blocks subcommand to explore a perf-recorded output and show hot basic blocks of WebAssembly instructions. #13077

  • Wasmtime now has an initial implementation of a copying collector for GC, which notably enables collecting cycles unlike the DRC collector. #13093 #13107

  • The WASI inherit_network and allow_ip_name_lookup options were added to the C API. #13145

  • The C API now has the ability to select Winch as well as the

... (truncated)

Changelog

Sourced from wasmtime-wasi's changelog.

46.0.0

Unreleased.

Added

  • Added opt-in support for the WebAssembly branch-hinting proposal: the metadata.code.branch_hint custom section is parsed and used to mark cold blocks during Cranelift compilation, behind Config::wasm_branch_hinting (off by default). #13459

Changed


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

... (truncated)

Commits

Updates wasmtime from 44.0.2 to 45.0.0

Release notes

Sourced from wasmtime's releases.

v45.0.0

45.0.0

Released 2026-05-21.

Added

  • Winch now respects the enable_nan_canonicalization setting. #12939

  • Initial support for invoking component functions asynchronously has been added to the C API. #12973

  • Cranelift's s390x backend implements more instructions from z17 and also implements more CLIF arithmetic overflow instructions. #12523 #12707

  • Wasmtime's support for handling OOM in more APIs has expanded and is now documented as well. #12993 #12988 #13017 #13047 #13049 #13051 #13074 #13083 #13088 #13224

  • The Component type now offers reflection APIs over the compiled in-memory view of instructions in the same manner Module does. #13073

  • The wasmtime CLI now has a hot-blocks subcommand to explore a perf-recorded output and show hot basic blocks of WebAssembly instructions. #13077

  • Wasmtime now has an initial implementation of a copying collector for GC, which notably enables collecting cycles unlike the DRC collector. #13093 #13107

  • The WASI inherit_network and allow_ip_name_lookup options were added to the C API. #13145

  • The C API now has the ability to select Winch as well as the

... (truncated)

Changelog

Sourced from wasmtime's changelog.

46.0.0

Unreleased.

Added

  • Added opt-in support for the WebAssembly branch-hinting proposal: the metadata.code.branch_hint custom section is parsed and used to mark cold blocks during Cranelift compilation, behind Config::wasm_branch_hinting (off by default). #13459

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 44.0.2 to 45.0.0

Release notes

Sourced from wasmtime-wasi's releases.

v45.0.0

45.0.0

Released 2026-05-21.

Added

  • Winch now respects the enable_nan_canonicalization setting. #12939

  • Initial support for invoking component functions asynchronously has been added to the C API. #12973

  • Cranelift's s390x backend implements more instructions from z17 and also implements more CLIF arithmetic overflow instructions. #12523 #12707

  • Wasmtime's support for handling OOM in more APIs has expanded and is now documented as well. #12993 #12988 #13017 #13047 #13049 #13051 #13074 #13083 #13088 #13224

  • The Component type now offers reflection APIs over the compiled in-memory view of instructions in the same manner Module does. #13073

  • The wasmtime CLI now has a hot-blocks subcommand to explore a perf-recorded output and show hot basic blocks of WebAssembly instructions. #13077

  • Wasmtime now has an initial implementation of a copying collector for GC, which notably enables collecting cycles unlike the DRC collector. #13093 #13107

  • The WASI inherit_network and allow_ip_name_lookup options were added to the C API. #13145

  • The C API now has the ability to select Winch as well as the

... (truncated)

Changelog

Sourced from wasmtime-wasi's changelog.

46.0.0

Unreleased.

Added

  • Added opt-in support for the WebAssembly branch-hinting proposal: the metadata.code.branch_hint custom section is parsed and used to mark cold blocks during Cranelift compilation, behind Config::wasm_branch_hinting (off by default). #13459

Changed


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

... (truncated)

Commits

Updates wit-bindgen from 0.43.0 to 0.57.1

Commits

Updates wit-bindgen from 0.43.0 to 0.57.1

Commits

Updates wit-bindgen from 0.43.0 to 0.57.1

Commits

Updates serde_json from 1.0.149 to 1.0.150

Release notes

Sourced from serde_json's releases.

v1.0.150

Commits
  • a1ae73a Release 1.0.150
  • 1a360b0 Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys
  • 2037b63 Reject non-string enum object keys
  • 5d30df6 Resolve manual_assert_eq pedantic clippy lint
  • dc8003a Raise required compiler for preserve_order feature to 1.85
  • a42fa98 Unpin CI miri toolchain
  • 684a60e Pin CI miri to nightly-2026-02-11
  • 7c7da33 Raise required compiler to Rust 1.71
  • acf4850 Simplify Number::is_f64
  • 6b8ceab Resolve unnecessary_map_or clippy lint
  • Additional commits viewable in compare view

Updates tokio from 1.52.1 to 1.52.3

Release notes

Sourced from tokio's releases.

Tokio v1.52.3

1.52.3 (May 8th, 2026)

Fixed

  • sync: fix underflow in mpsc channel len() (#8062)
  • sync: notify receivers in mpsc OwnedPermit::release() method (#8075)
  • sync: require that an RwLock has max_readers != 0 (#8076)
  • sync: return Empty from try_recv() when mpsc is closed with outstanding permits (#8074)

#8062: tokio-rs/tokio#8062 #8074: tokio-rs/tokio#8074 #8075: tokio-rs/tokio#8075 #8076: tokio-rs/tokio#8076

Tokio v1.52.2

1.52.2 (May 4th, 2026)

This release reverts the LIFO slot stealing change introduced in 1.51.0 (#7431), due to [its performance impact]#8065. (#8100)

#7431: tokio-rs/tokio#7431 #8065: tokio-rs/tokio#8065 #8100: tokio-rs/tokio#8100

Commits

… 15 updates

Bumps the rs-dependencies group with 1 update in the /examples/attestation-test directory: [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen).
Bumps the rs-dependencies group with 2 updates in the /examples/hal-runner directory: [wasmtime](https://github.com/bytecodealliance/wasmtime) and [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime).
Bumps the rs-dependencies group with 1 update in the /examples/hal-test directory: [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen).
Bumps the rs-dependencies group with 14 updates in the /proplet directory:

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.52.1` | `1.52.3` |
| [wasmtime](https://github.com/bytecodealliance/wasmtime) | `44.0.0` | `45.0.0` |
| [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime) | `44.0.0` | `45.0.0` |
| [wasmtime-wasi-http](https://github.com/bytecodealliance/wasmtime) | `44.0.0` | `45.0.0` |
| [hyper](https://github.com/hyperium/hyper) | `1.9.0` | `1.10.1` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.23.1` | `1.23.2` |
| [config](https://github.com/rust-cli/config-rs) | `0.15.22` | `0.15.23` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.38.4` | `0.39.3` |
| [libc](https://github.com/rust-lang/libc) | `0.2.185` | `0.2.186` |
| [socket2](https://github.com/rust-lang/socket2) | `0.6.3` | `0.6.4` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.13.2` | `0.13.4` |
| [oci-spec](https://github.com/youki-dev/oci-spec-rs) | `0.9.0` | `0.10.0` |
| [wasm-wave](https://github.com/bytecodealliance/wasm-tools) | `0.246.2` | `0.248.0` |



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

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

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

Updates `wasmtime` from 44.0.2 to 45.0.0
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v44.0.2...v45.0.0)

Updates `wasmtime-wasi` from 44.0.2 to 45.0.0
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v44.0.2...v45.0.0)

Updates `wasmtime` from 44.0.2 to 45.0.0
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v44.0.2...v45.0.0)

Updates `wasmtime-wasi` from 44.0.2 to 45.0.0
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v44.0.2...v45.0.0)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `sysinfo` from 0.38.4 to 0.39.3
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.38.4...v0.39.3)

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

Updates `socket2` from 0.6.3 to 0.6.4
- [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 `reqwest` from 0.13.2 to 0.13.4
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.13.2...v0.13.4)

Updates `oci-spec` from 0.9.0 to 0.10.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.9.0...v0.10.0)

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

---
updated-dependencies:
- dependency-name: config
  dependency-version: 0.15.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: hyper
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rs-dependencies
- dependency-name: libc
  dependency-version: 0.2.186
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: oci-spec
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rs-dependencies
- dependency-name: reqwest
  dependency-version: 0.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: serde_json
  dependency-version: 1.0.150
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: serde_json
  dependency-version: 1.0.150
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: socket2
  dependency-version: 0.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: sysinfo
  dependency-version: 0.39.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rs-dependencies
- dependency-name: tokio
  dependency-version: 1.52.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: tokio
  dependency-version: 1.52.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: uuid
  dependency-version: 1.23.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rs-dependencies
- dependency-name: wasm-wave
  dependency-version: 0.248.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rs-dependencies
- dependency-name: wasmtime
  dependency-version: 45.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rs-dependencies
- dependency-name: wasmtime
  dependency-version: 45.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rs-dependencies
- dependency-name: wasmtime
  dependency-version: 45.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rs-dependencies
- dependency-name: wasmtime
  dependency-version: 45.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rs-dependencies
- dependency-name: wasmtime-wasi
  dependency-version: 45.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rs-dependencies
- dependency-name: wasmtime-wasi
  dependency-version: 45.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rs-dependencies
- dependency-name: wasmtime-wasi
  dependency-version: 45.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rs-dependencies
- dependency-name: wasmtime-wasi
  dependency-version: 45.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: rs-dependencies
- dependency-name: wasmtime-wasi-http
  dependency-version: 45.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: wit-bindgen
  dependency-version: 0.57.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: wit-bindgen
  dependency-version: 0.57.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: wit-bindgen
  dependency-version: 0.57.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rs-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/examples/attestation-test/rs-dependencies-aae259513a branch from 7ba4664 to 8e1f7d5 Compare June 1, 2026 20:27
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