Skip to content

Bump the cargo-dependencies group across 1 directory with 72 updates - #712

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-dependencies-1a843743b6
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-dependencies-1a843743b6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo-dependencies group with 72 updates in the / directory:

Package From To
bytesize 1.3.3 2.7.0
cranelift-entity 0.123.15 0.126.2
http 0.2.12 1.5.0
http-body 0.4.6 1.1.0
rustls-native-certs 0.6.3 0.8.4
rustls-pemfile 1.0.4 2.2.0
thiserror 1.0.69 2.0.20
tokio-rustls 0.24.1 0.26.5
toml 0.5.11 0.9.12+spec-1.1.0
wasm-metadata 0.250.0 0.259.0
walrus 0.23.3 0.27.2
proptest-derive 0.5.1 0.8.0
base64 0.21.7 0.22.1
hyper 0.14.26 1.11.1
itertools 0.10.5 0.14.0
wasmtime 39.0.2 48.0.2
wasmtime-wasi 39.0.2 48.0.2
wasmtime-wasi-io 39.0.2 48.0.2
wasmtime-wasi-nn 39.0.2 48.0.2
wiggle 39.0.2 48.0.2
wasmparser 0.250.0 0.259.0
wasm-encoder 0.250.0 0.259.0
wit-component 0.250.0 0.254.0
tls-listener 0.7.0 0.8.0
addr2line 0.25.1 0.26.1
cap-primitives 3.4.6 4.0.3
cpp_demangle 0.4.5 0.5.1
cranelift-assembler-x64 0.126.2 0.135.2
cranelift-assembler-x64-meta 0.126.2 0.135.2
cranelift-bforest 0.126.2 0.135.2
cranelift-codegen 0.126.2 0.135.2
cranelift-codegen-meta 0.126.2 0.135.2
cranelift-codegen-shared 0.126.2 0.135.2
cranelift-control 0.126.2 0.135.2
cranelift-frontend 0.126.2 0.135.2
cranelift-isle 0.126.2 0.135.2
cranelift-native 0.126.2 0.135.2
cranelift-srcgen 0.126.2 0.135.2
foldhash 0.1.5 0.2.0
h2 0.3.27 0.4.19
heck 0.4.1 0.5.0
io-extras 0.18.4 0.19.0
linux-raw-sys 0.4.15 0.12.1
mach2 0.4.3 0.6.0
object 0.37.3 0.39.1
openvino 0.9.1 0.11.0
openvino-finder 0.9.1 0.11.0
openvino-sys 0.9.1 0.11.0
pulley-interpreter 39.0.2 48.0.2
pulley-macros 39.0.2 48.0.2
rand 0.8.8 0.9.5
rand_chacha 0.3.1 0.9.0
rand_core 0.6.4 0.9.5
regalloc2 0.13.5 0.15.2
rustix 0.38.44 1.1.5
socket2 0.4.10 0.5.10
wasm-compose 0.240.0 0.254.0
wasmprinter 0.240.0 0.254.0
wasmtime-environ 39.0.2 48.0.2
wasmtime-internal-cache 39.0.2 48.0.2
wasmtime-internal-component-macro 39.0.2 48.0.2
wasmtime-internal-component-util 39.0.2 48.0.2
wasmtime-internal-cranelift 39.0.2 48.0.2
wasmtime-internal-fiber 39.0.2 48.0.2
wasmtime-internal-jit-debug 39.0.2 48.0.2
wasmtime-internal-jit-icache-coherence 39.0.2 48.0.2
wasmtime-internal-unwinder 39.0.2 48.0.2
wasmtime-internal-versioned-export-macros 39.0.2 48.0.2
wasmtime-internal-wit-bindgen 39.0.2 48.0.2
wiggle-generate 39.0.2 48.0.2
wiggle-macro 39.0.2 48.0.2
wit-parser 0.240.0 0.254.0

Updates bytesize from 1.3.3 to 2.7.0

Release notes

Sourced from bytesize's releases.

bytesize: v2.7.0

  • Remove no-alloc support because it removed ByteSize::display() when default features were disabled.

bytesize: v2.6.0

  • Add display styles for IEC and SI bit units.

(yanked)

bytesize: v2.5.0

  • Honor precision when a width is set with formatting args.
  • Add #[no_alloc] support.

(yanked)

bytesize: v2.4.2

  • Improve accuracy of parsing large non-decimal byte count strings.

bytesize: v2.4.1

  • Fix rounding error near power-of-unit boundaries.

bytesize: v2.4.0

  • Implement Sum for ByteSize.
  • Minimum supported Rust version (MSRV) is now 1.85.

bytesize: v2.3.1

  • Fix unit truncation in error strings.

bytesize: v2.3.0

  • Add Unit enum.
  • Add UnitParseError type.

bytesize: v2.2.0

  • Add ByteSize::as_*() methods to return equivalent sizes in KB, GiB, etc.

bytesize: v2.1.0

  • Support parsing and formatting exabytes (EB) & exbibytes (EiB).
  • Migrate serde dependency to serde_core.

bytesize: v2.0.1

  • Add support for precision in Display implementations.

... (truncated)

Changelog

Sourced from bytesize's changelog.

2.7.0

  • Remove no-alloc support because it removed ByteSize::display() when default features were disabled.

2.6.0

  • Add display styles for IEC and SI bit units.

2.5.0

  • Honor precision when a width is set with formatting args.
  • Add #[no_alloc] support.

2.4.2

  • Improve accuracy of parsing large non-decimal byte count strings.

2.4.1

  • Fix rounding error near power-of-unit boundaries.

2.4.0

  • Implement Sum for ByteSize.
  • Minimum supported Rust version (MSRV) is now 1.85.

2.3.1

  • Fix unit truncation in error strings.

2.3.0

  • Add Unit enum.
  • Add UnitParseError type.

2.2.0

  • Add ByteSize::as_*() methods to return equivalent sizes in KB, GiB, etc.

2.1.0

  • Support parsing and formatting exabytes (EB) & exbibytes (EiB).
  • Migrate serde dependency to serde_core.

2.0.1

  • Add support for precision in Display implementations.

v2.0.0

... (truncated)

Commits
  • a854b58 chore(bytesize): prepare release 2.7.0
  • fe908fb fix: restore display without default features (#192)
  • 18f6be4 chore(deps): bump serde from 1.0.228 to 1.0.229 (#184)
  • 76da7d5 chore(deps): bump toml from 1.1.2+spec-1.1.0 to 1.1.4+spec-1.1.0 (#185)
  • 56ba3dc chore(deps): bump serde_json from 1.0.150 to 1.0.151 (#186)
  • 2a061ff chore(deps): bump taiki-e/install-action from 2.82.7 to 2.85.4 (#187)
  • 2473dc1 chore(deps): bump MarcoIeni/release-plz-action from 0.5.130 to 0.5.131 (#188)
  • 1c58e4d chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#189)
  • 5c53c89 chore: release v2.6.0 (#183)
  • 7d326c0 feat: display in bits (#110)
  • Additional commits viewable in compare view

Updates cranelift-entity from 0.123.15 to 0.126.2

Commits

Updates http from 0.2.12 to 1.5.0

Release notes

Sourced from http's releases.

v1.5.0

What's Changed

New Contributors

Full Changelog: hyperium/http@v1.4.2...v1.5.0

v1.4.2

What's Changed

New Contributors

Full Changelog: hyperium/http@v1.4.1...v1.4.2

v1.4.1

tl;dr

  • Fix PathAndQuery::from_static() and from_shared() to reject inputs that do not start with /.
  • Fix Extend for HeaderMap to clamp max size hint and not overflow.
  • Fix header::IntoIter that could use-after-free if the generic value type could panic on drop.
  • Fix header::{IterMut, ValuesIterMut} to not violate stacked borrows.

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from http's changelog.

1.5.0 (July 29, 2026)

  • Add Method::QUERY constant for the new QUERY method defined in RFC 10008.
  • Fix uri::Builder::path_and_query() to allow empty strings to mean no path.
  • Fix uri::PathAndQuery parsing to enforce URI max length.

1.4.2 (June 8, 2026)

  • Fix uri::Builder to allow "*" as the path when scheme and authority are also set, used in HTTP/2 requests.
  • Fix Uri to properly reject DEL characters.

1.4.1 (May 25, 2026)

  • Fix PathAndQuery::from_static() and from_shared() to reject inputs that do not start with /.
  • Fix Extend for HeaderMap to clamp max size hint and not overflow.
  • Fix header::IntoIter that could use-after-free if the generic value type could panic on drop.
  • Fix header::{IterMut, ValuesIterMut} to not violate stacked borrows.

1.4.0 (November 24, 2025)

  • Add StatusCode::EARLY_HINTS constant for 103 Early Hints.
  • Make StatusCode::from_u16 now a const fn.
  • Make Authority::from_static now a const fn.
  • Make PathAndQuery::from_static now a const fn.
  • MSRV increased to 1.57 (allows legible const fn panic messages).

1.3.1 (March 11, 2025)

  • Fix validation that all characters are UTF-8 in URI path and query.

1.3.0 (March 11, 2025)

  • Allow most UTF-8 characters in URI path and query.
  • Fix HeaderMap::reserve() to allocate sufficient capacity.

1.2.0 (December 3, 2024)

  • Add StatusCode::TOO_EARLY constant for 425 status.
  • Loosen TryFrom<HashMap> for HeaderMap to work with any state generic.
  • Change Builder methods to use TryInto instead of TryFrom arguments.
  • Make StatusCode::as_u16 a const function.
  • Fix Method parsing to allow #$%&' characters.
  • Fix HeaderName parsing to reject " characters.
  • Fix off by 1 error in Method::from_bytes that could cause extra allocations.

1.1.0 (March 4, 2024)

  • Add methods to allow trying to allocate in the HeaderMap, returning an error if oversize instead of panicking.
  • Add Extensions::get_or_insert() method.
  • Implement From<Uri> for uri::Builder.

... (truncated)

Commits

Updates http-body from 0.4.6 to 1.1.0

Commits

Updates rustls-native-certs from 0.6.3 to 0.8.4

Release notes

Sourced from rustls-native-certs's releases.

0.8.4

What's Changed

0.8.3

Upgrades to openssl-probe 0.2.0. See its release notes for more information.

What's Changed

0.8.2

What's Changed

0.8.1

We are bumping the MSRV to 1.71 across the rustls project to accomodate newer Rust features and dependencies.

What's Changed

0.8.0

Breaking changes

  • load_native_certs() now returns a CertificateResult value containing all the certificates that were successfully found as well as any errors encountered. Changes made in 0.7.1 in order to find certificates in more locations resulted in new errors in scenarios that previously worked for most users. This change allows callers to determine the error handling strategy most appropriate to their application.

What's Changed

0.7.3

Release notes

  • If loading certificates from a directory fails, only raise that error if no certificates were successfully loaded from a file. See #124.

    In 0.8.0 we plan to alter the API to give the caller full error details, so they can choose the level of success they require; see #128.

... (truncated)

Commits
  • 9d1f11e Bump version to 0.8.4
  • a008aa1 Take semver-compatible dependency versions
  • 26d43e3 Ignore empty entries in SSL_CERT_DIR
  • 4d4f4de build(deps): bump serial_test from 3.4.0 to 3.5.0 in the crates-io group
  • 8707835 Take semver-compatible dependency updates
  • f89af49 Apply suggestions from nightly clippy
  • 4ea7b7b build(deps): bump rustls from 0.23.38 to 0.23.39 in the crates-io group
  • fa48b0a Take semver-compatible dependency updates
  • 559fd3d build(deps): bump the crates-io group with 2 updates
  • 0346ae5 Take semver-compatible dependency updates
  • Additional commits viewable in compare view

Updates rustls-pemfile from 1.0.4 to 2.2.0

Release notes

Sourced from rustls-pemfile's releases.

2.2.0

Release notes

The main function of this crate has been incorporated into rustls-pki-types. 2.2.0 maintains the existing public API for this crate, on top of this new implementation. This drops the dependency on the base64 crate, and allows for constant-time decoding of private keys.

This crate will continue to exist in its current form, but it is somewhat unlikely that the API will be extended from its current state.

Should you wish to migrate to using the new rustls-pki-types PEM APIs directly, here is a rough cheat-sheet:

Use case Replace
File stream to CertificateDer iterator rustls_pemfile::certs(io::BufRead) ➡️ CertificateDer::pem_reader_iter(io::Read)
File stream to one PrivateKeyDer rustls_pemfile::private_key(io::BufRead) ➡️ PrivateKeyDer::from_pem_reader(io::Read)
File stream to one CertificateSigningRequestDer rustls_pemfile::csr(io::BufRead) ➡️ CertificateSigningRequestDer::from_pem_reader(io::Read)
File stream to CertificateRevocationListDer iterator rustls_pemfile::crls(io::BufRead) ➡️ CertificateRevocationListDer::pem_reader_iter(io::Read)
File stream to PrivatePkcs1KeyDer iterator rustls_pemfile::rsa_private_keys(io::BufRead) ➡️ PrivatePkcs1KeyDer::pem_reader_iter(io::Read)
File stream to PrivatePkcs8KeyDer iterator rustls_pemfile::pkcs8_private_keys(io::BufRead) ➡️ PrivatePkcs8KeyDer::pem_reader_iter(io::Read)
File stream to PrivateSec1KeyDer iterator rustls_pemfile::ec_private_keys(io::BufRead) ➡️ PrivateSec1KeyDer::pem_reader_iter(io::Read)
File stream to SubjectPublicKeyInfoDer iterator rustls_pemfile::public_keys(io::BufRead) ➡️ SubjectPublicKeyInfoDer::pem_reader_iter(io::Read)

What's Changed

Full Changelog: rustls/pemfile@v/2.1.3...v/2.2.0

2.1.3

Notable changes

What's Changed

2.1.2

Dependency updates.

What's Changed

New Contributors

... (truncated)

Commits
  • 0f37efe Prepare 2.2.0
  • f5d49b2 rustfmt to reformat imports
  • 7bbc08e Use pki-types 1.9 for PEM decoding
  • b2104d8 Add semver checks action
  • 38c6f8b Add RawPublicKeyCertificate
  • 5d9960f Bump pki-types from 1.3 to 1.7 and version from
  • bd9773d Bump base64 from 0.22.0 to 0.22.1
  • e4f1fae ci: add cron schedule trigger
  • 2433110 ci: switch linux hosts to ubuntu-latest
  • 7ba4ab7 Delete obsolete release history section
  • Additional commits viewable in compare view

Updates thiserror from 1.0.69 to 2.0.20

Release notes

Sourced from thiserror's releases.

2.0.20

  • Suppress redundant_field_names clippy lint in generated code (#454)

2.0.19

  • Update to syn 3

2.0.18

2.0.17

  • Use differently named __private module per patch release (#434)

2.0.16

  • Add to "no-std" crates.io category (#429)

2.0.15

  • Prevent Error::provide API becoming unavailable from a future new compiler lint (#427)

2.0.14

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#426)

2.0.13

  • Documentation improvements

2.0.12

  • Prevent elidable_lifetime_names pedantic clippy lint in generated impl (#413)

2.0.11

2.0.10

  • Support errors containing a generic type parameter's associated type in a field (#408)

2.0.9

  • Work around missing_inline_in_public_items clippy restriction being triggered in macro-generated code (#404)

2.0.8

  • Improve support for macro-generated derive(Error) call sites (#399)

2.0.7

  • Work around conflict with #[deny(clippy::allow_attributes)] (#397, thanks @​zertosh)

2.0.6

  • Suppress deprecation warning on generated From impls (#396)

2.0.5

  • Prevent deprecation warning on generated impl for deprecated type (#394)

2.0.4

  • Eliminate needless_lifetimes clippy lint in generated From impls (#391, thanks @​matt-phylum)

... (truncated)

Commits
  • b1d5db5 Release 2.0.20
  • c4c3ebd Merge pull request #454 from dtolnay/clippy
  • 2266152 Suppress redundant_field_names clippy lint
  • 2901cfd Raise minimum tested compiler to rust 1.88
  • aa9d91f Update ui tests for version 2.0.19
  • e13a785 Release 2.0.19
  • 0a0e76c Update to syn 3
  • ec42ea7 Update actions/upload-artifact@v6 -> v7
  • 4178c4a Update actions/checkout@v6 -> v7
  • 7214e0e Ignore items_after_statements pedantic clippy lint in test
  • Additional commits viewable in compare view

Updates tokio-rustls from 0.24.1 to 0.26.5

Release notes

Sourced from tokio-rustls's releases.

0.26.5

What's Changed

0.26.4

What's Changed

0.26.3

What's Changed

0.26.2

What's Changed

0.26.1

What's Changed

v/0.26.0

Additions

Fixes

... (truncated)

Commits
  • f8832d2 Bump version to 0.26.5
  • c0fad2f return more data at once from TlsStream::poll_read (#198)
  • edc7306 build(deps): bump futures-util from 0.3.33 to 0.3.34
  • baeadaa build(deps): bump rcgen from 0.14.8 to 0.14.9
  • 1e138ad build(deps): bump taiki-e/cache-cargo-install-action from 3.0.7 to 3.0.8
  • b4ecff6 build(deps): bump taiki-e/cache-cargo-install-action from 3 to 3.0.7
  • f47a689 build(deps): bump rustls from 0.23.42 to 0.23.43
  • e25578e build(deps): bump tokio from 1.53.0 to 1.53.1
  • d2a6d98 server: add rustdoc hinting towards timeout wrapping
  • c2e9b4a client: add rustdoc hinting towards timeout wrapping
  • Additional commits viewable in compare view

Updates toml from 0.5.11 to 0.9.12+spec-1.1.0

Commits
  • a26defd chore: Release
  • 6c45f8e docs: Update changelog
  • e3c7aa7 chore: Release
  • 2dabe11 docs: Update changelog
  • fb98198 fix(parser): Don't panic on bad hex characters (#1097)
  • 85761c4 fix(parser): Avoid panic
  • 5edb477 fix(parser): Don't panic on bad hex characters
  • cac04af test(parser): Show another assert case
  • d96417a fix(parser): Consistently assume spaces mean strings
  • 88b657f test(parser): Show assert case
  • Additional commits viewable in compare view

Updates wasm-metadata from 0.250.0 to 0.259.0

Commits

Updates walrus from 0.23.3 to 0.27.2

Release notes

Sourced from walrus's releases.

0.27.1

What's Changed

Full Changelog: wasm-bindgen/walrus@0.27.0...0.27.1

0.27.0

What's Changed

New Contributors

Full Changelog: wasm-bindgen/walrus@0.26.5...0.27.0

0.26.5

What's Changed

Full Changelog: wasm-bindgen/walrus@0.26.4...0.26.5

0.26.4

What's Changed

Full Changelog: wasm-bindgen/walrus@0.26.3...0.26.4

0.26.3

What's Changed

New Contributors

Full Changelog: wasm-bindgen/walrus@0.26.2...0.26.3

0.26.2

What's Changed

Full Changelog: wasm-bindgen/walrus@0.26.1...0.26.2

0.26.1

What's Changed

... (truncated)

Changelog

Sourced from walrus's changelog.

0.27.2

Fixed

  • DW_AT_high_pc is now emitted as fixed-width DW_FORM_data4 (as LLVM does) rather than DW_FORM_udata. Tools that patch code addresses in place, such as binaryen's DWARF update under wasm-opt -g, rely on the encoded size not changing and aborted with "compile unit size was incorrect" on walrus output.

0.27.1

Fixed

  • DWARF addresses in removed code are now tombstoned as -2 instead of -1. In DWARF 4 .debug_loc/.debug_ranges with 4-byte addresses a begin of -1 is the base address selection marker, so the previous tombstone made the rest of the section unparseable (llvm-dwarfdump: "unexpected end of data"; wasm-opt -g: "debug_loc error").

0.27.0

Released 2026-09-08.

Removed

  • memory.discard experimental instruction removed

Changed

  • Emit dylink.0 and legacy dylink metadata before standard sections, preserving their payloads.

0.15.0

Released 2020-02-03.

Added

  • Added support for typed select instructions.

0.14.0


0.13.0


... (truncated)

Commits
  • 3a5f835 0.27.2
  • b958863 fix: emit DW_AT_high_pc as fixed-width DW_FORM_data4 (#323)
  • 5d650ed 0.27.1
  • 507e2d6 fix: tombstone removed-code DWARF addresses as -2, not -1 (#322)
  • 8d44fd7 0.27.0
  • dd68882 0.26.6
  • 1b5de4f Revert "Add memory.discard instruction support (memory-control proposal) (#31...
  • c8c1451 fix: keep dynamic-link metadata before standard sections (#320)
  • 5032c28 0.26.5
  • 59053e8 Add memory.discard instruction support (memory-control...

    Description has been truncated

Bumps the cargo-dependencies group with 72 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [bytesize](https://github.com/bytesize-rs/bytesize) | `1.3.3` | `2.7.0` |
| [cranelift-entity](https://github.com/bytecodealliance/wasmtime) | `0.123.15` | `0.126.2` |
| [http](https://github.com/hyperium/http) | `0.2.12` | `1.5.0` |
| [http-body](https://github.com/hyperium/http-body) | `0.4.6` | `1.1.0` |
| [rustls-native-certs](https://github.com/rustls/rustls-native-certs) | `0.6.3` | `0.8.4` |
| [rustls-pemfile](https://github.com/rustls/pemfile) | `1.0.4` | `2.2.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.69` | `2.0.20` |
| [tokio-rustls](https://github.com/rustls/tokio-rustls) | `0.24.1` | `0.26.5` |
| [toml](https://github.com/toml-rs/toml) | `0.5.11` | `0.9.12+spec-1.1.0` |
| [wasm-metadata](https://github.com/bytecodealliance/wasm-tools) | `0.250.0` | `0.259.0` |
| [walrus](https://github.com/rustwasm/walrus) | `0.23.3` | `0.27.2` |
| [proptest-derive](https://github.com/proptest-rs/proptest) | `0.5.1` | `0.8.0` |
| [base64](https://github.com/marshallpierce/rust-base64) | `0.21.7` | `0.22.1` |
| [hyper](https://github.com/hyperium/hyper) | `0.14.26` | `1.11.1` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.10.5` | `0.14.0` |
| [wasmtime](https://github.com/bytecodealliance/wasmtime) | `39.0.2` | `48.0.2` |
| [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime) | `39.0.2` | `48.0.2` |
| [wasmtime-wasi-io](https://github.com/bytecodealliance/wasmtime) | `39.0.2` | `48.0.2` |
| [wasmtime-wasi-nn](https://github.com/bytecodealliance/wasmtime) | `39.0.2` | `48.0.2` |
| [wiggle](https://github.com/bytecodealliance/wasmtime) | `39.0.2` | `48.0.2` |
| [wasmparser](https://github.com/bytecodealliance/wasm-tools) | `0.250.0` | `0.259.0` |
| [wasm-encoder](https://github.com/bytecodealliance/wasm-tools) | `0.250.0` | `0.259.0` |
| [wit-component](https://github.com/bytecodealliance/wasm-tools) | `0.250.0` | `0.254.0` |
| [tls-listener](https://github.com/tmccombs/tls-listener) | `0.7.0` | `0.8.0` |
| [addr2line](https://github.com/gimli-rs/addr2line) | `0.25.1` | `0.26.1` |
| [cap-primitives](https://github.com/bytecodealliance/cap-std) | `3.4.6` | `4.0.3` |
| [cpp_demangle](https://github.com/gimli-rs/cpp_demangle) | `0.4.5` | `0.5.1` |
| cranelift-assembler-x64 | `0.126.2` | `0.135.2` |
| cranelift-assembler-x64-meta | `0.126.2` | `0.135.2` |
| [cranelift-bforest](https://github.com/bytecodealliance/wasmtime) | `0.126.2` | `0.135.2` |
| [cranelift-codegen](https://github.com/bytecodealliance/wasmtime) | `0.126.2` | `0.135.2` |
| [cranelift-codegen-meta](https://github.com/bytecodealliance/wasmtime) | `0.126.2` | `0.135.2` |
| [cranelift-codegen-shared](https://github.com/bytecodealliance/wasmtime) | `0.126.2` | `0.135.2` |
| [cranelift-control](https://github.com/bytecodealliance/wasmtime) | `0.126.2` | `0.135.2` |
| [cranelift-frontend](https://github.com/bytecodealliance/wasmtime) | `0.126.2` | `0.135.2` |
| [cranelift-isle](https://github.com/bytecodealliance/wasmtime) | `0.126.2` | `0.135.2` |
| [cranelift-native](https://github.com/bytecodealliance/wasmtime) | `0.126.2` | `0.135.2` |
| [cranelift-srcgen](https://github.com/bytecodealliance/wasmtime) | `0.126.2` | `0.135.2` |
| [foldhash](https://github.com/orlp/foldhash) | `0.1.5` | `0.2.0` |
| [h2](https://github.com/hyperium/h2) | `0.3.27` | `0.4.19` |
| [heck](https://github.com/withoutboats/heck) | `0.4.1` | `0.5.0` |
| [io-extras](https://github.com/sunfishcode/io-extras) | `0.18.4` | `0.19.0` |
| [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) | `0.4.15` | `0.12.1` |
| [mach2](https://github.com/JohnTitor/mach2) | `0.4.3` | `0.6.0` |
| [object](https://github.com/gimli-rs/object) | `0.37.3` | `0.39.1` |
| [openvino](https://github.com/intel/openvino-rs) | `0.9.1` | `0.11.0` |
| [openvino-finder](https://github.com/intel/openvino-rs) | `0.9.1` | `0.11.0` |
| [openvino-sys](https://github.com/intel/openvino-rs) | `0.9.1` | `0.11.0` |
| [pulley-interpreter](https://github.com/bytecodealliance/wasmtime) | `39.0.2` | `48.0.2` |
| [pulley-macros](https://github.com/bytecodealliance/wasmtime) | `39.0.2` | `48.0.2` |
| [rand](https://github.com/rust-random/rand) | `0.8.8` | `0.9.5` |
| [rand_chacha](https://github.com/rust-random/rand) | `0.3.1` | `0.9.0` |
| [rand_core](https://github.com/rust-lang-nursery/rand) | `0.6.4` | `0.9.5` |
| [regalloc2](https://github.com/bytecodealliance/regalloc2) | `0.13.5` | `0.15.2` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.44` | `1.1.5` |
| [socket2](https://github.com/rust-lang/socket2) | `0.4.10` | `0.5.10` |
| [wasm-compose](https://github.com/bytecodealliance/wasm-tools) | `0.240.0` | `0.254.0` |
| [wasmprinter](https://github.com/bytecodealliance/wasm-tools) | `0.240.0` | `0.254.0` |
| [wasmtime-environ](https://github.com/bytecodealliance/wasmtime) | `39.0.2` | `48.0.2` |
| [wasmtime-internal-cache](https://github.com/bytecodealliance/wasmtime) | `39.0.2` | `48.0.2` |
| [wasmtime-internal-component-macro](https://github.com/bytecodealliance/wasmtime) | `39.0.2` | `48.0.2` |
| [wasmtime-internal-component-util](https://github.com/bytecodealliance/wasmtime) | `39.0.2` | `48.0.2` |
| [wasmtime-internal-cranelift](https://github.com/bytecodealliance/wasmtime) | `39.0.2` | `48.0.2` |
| [wasmtime-internal-fiber](https://github.com/bytecodealliance/wasmtime) | `39.0.2` | `48.0.2` |
| [wasmtime-internal-jit-debug](https://github.com/bytecodealliance/wasmtime) | `39.0.2` | `48.0.2` |
| [wasmtime-internal-jit-icache-coherence](https://github.com/bytecodealliance/wasmtime) | `39.0.2` | `48.0.2` |
| [wasmtime-internal-unwinder](https://github.com/bytecodealliance/wasmtime) | `39.0.2` | `48.0.2` |
| [wasmtime-internal-versioned-export-macros](https://github.com/bytecodealliance/wasmtime) | `39.0.2` | `48.0.2` |
| [wasmtime-internal-wit-bindgen](https://github.com/bytecodealliance/wasmtime) | `39.0.2` | `48.0.2` |
| [wiggle-generate](https://github.com/bytecodealliance/wasmtime) | `39.0.2` | `48.0.2` |
| [wiggle-macro](https://github.com/bytecodealliance/wasmtime) | `39.0.2` | `48.0.2` |
| [wit-parser](https://github.com/bytecodealliance/wasm-tools) | `0.240.0` | `0.254.0` |



Updates `bytesize` from 1.3.3 to 2.7.0
- [Release notes](https://github.com/bytesize-rs/bytesize/releases)
- [Changelog](https://github.com/bytesize-rs/bytesize/blob/master/CHANGELOG.md)
- [Commits](bytesize-rs/bytesize@v1.3.3...bytesize-v2.7.0)

Updates `cranelift-entity` from 0.123.15 to 0.126.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/commits)

Updates `http` from 0.2.12 to 1.5.0
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v0.2.12...v1.5.0)

Updates `http-body` from 0.4.6 to 1.1.0
- [Release notes](https://github.com/hyperium/http-body/releases)
- [Commits](hyperium/http-body@v0.4.6...v1.1.0)

Updates `rustls-native-certs` from 0.6.3 to 0.8.4
- [Release notes](https://github.com/rustls/rustls-native-certs/releases)
- [Commits](rustls/rustls-native-certs@v/0.6.3...v/0.8.4)

Updates `rustls-pemfile` from 1.0.4 to 2.2.0
- [Release notes](https://github.com/rustls/pemfile/releases)
- [Commits](rustls/pemfile@v/1.0.4...v/2.2.0)

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

Updates `tokio-rustls` from 0.24.1 to 0.26.5
- [Release notes](https://github.com/rustls/tokio-rustls/releases)
- [Commits](rustls/tokio-rustls@v/0.24.1...v/0.26.5)

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

Updates `wasm-metadata` from 0.250.0 to 0.259.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `walrus` from 0.23.3 to 0.27.2
- [Release notes](https://github.com/rustwasm/walrus/releases)
- [Changelog](https://github.com/wasm-bindgen/walrus/blob/main/CHANGELOG.md)
- [Commits](wasm-bindgen/walrus@0.23.3...0.27.2)

Updates `proptest-derive` from 0.5.1 to 0.8.0
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md)
- [Commits](proptest-rs/proptest@0.5.1...proptest-derive-0.8.0)

Updates `base64` from 0.21.7 to 0.22.1
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.7...v0.22.1)

Updates `hyper` from 0.14.26 to 1.11.1
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.26...v1.11.1)

Updates `itertools` from 0.10.5 to 0.14.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.10.5...v0.14.0)

Updates `wasmtime` from 39.0.2 to 48.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v48.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.2...v48.0.2)

Updates `wasmtime-wasi` from 39.0.2 to 48.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v48.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.2...v48.0.2)

Updates `wasmtime-wasi-io` from 39.0.2 to 48.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v48.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.2...v48.0.2)

Updates `wasmtime-wasi-nn` from 39.0.2 to 48.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v48.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.2...v48.0.2)

Updates `wiggle` from 39.0.2 to 48.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v48.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.2...v48.0.2)

Updates `wasmparser` from 0.250.0 to 0.259.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `wasm-encoder` from 0.250.0 to 0.259.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `wit-component` from 0.250.0 to 0.254.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `tls-listener` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/tmccombs/tls-listener/releases)
- [Changelog](https://github.com/tmccombs/tls-listener/blob/main/CHANGELOG.md)
- [Commits](tmccombs/tls-listener@v0.7.0...v0.8.0)

Updates `addr2line` from 0.25.1 to 0.26.1
- [Changelog](https://github.com/gimli-rs/addr2line/blob/main/CHANGELOG.md)
- [Commits](gimli-rs/addr2line@0.25.1...v0.26.1)

Updates `cap-primitives` from 3.4.6 to 4.0.3
- [Commits](bytecodealliance/cap-std@cap-primitives-v3.4.6...cap-primitives-v4.0.3)

Updates `cpp_demangle` from 0.4.5 to 0.5.1
- [Changelog](https://github.com/gimli-rs/cpp_demangle/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/cpp_demangle@0.4.5...0.5.1)

Updates `cranelift-assembler-x64` from 0.126.2 to 0.135.2

Updates `cranelift-assembler-x64-meta` from 0.126.2 to 0.135.2

Updates `cranelift-bforest` from 0.126.2 to 0.135.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/commits)

Updates `cranelift-codegen` from 0.126.2 to 0.135.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/commits)

Updates `cranelift-codegen-meta` from 0.126.2 to 0.135.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/commits)

Updates `cranelift-codegen-shared` from 0.126.2 to 0.135.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/commits)

Updates `cranelift-control` from 0.126.2 to 0.135.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/commits)

Updates `cranelift-frontend` from 0.126.2 to 0.135.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/commits)

Updates `cranelift-isle` from 0.126.2 to 0.135.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/commits)

Updates `cranelift-native` from 0.126.2 to 0.135.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/commits)

Updates `cranelift-srcgen` from 0.126.2 to 0.135.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/commits)

Updates `foldhash` from 0.1.5 to 0.2.0
- [Commits](orlp/foldhash@v0.1.5...v0.2.0)

Updates `h2` from 0.3.27 to 0.4.19
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.3.27...v0.4.19)

Updates `heck` from 0.4.1 to 0.5.0
- [Changelog](https://github.com/withoutboats/heck/blob/master/CHANGELOG.md)
- [Commits](https://github.com/withoutboats/heck/commits)

Updates `io-extras` from 0.18.4 to 0.19.0
- [Commits](sunfishcode/io-extras@v0.18.4...v0.19.0)

Updates `linux-raw-sys` from 0.4.15 to 0.12.1
- [Commits](sunfishcode/linux-raw-sys@v0.4.15...v0.12.1)

Updates `mach2` from 0.4.3 to 0.6.0
- [Release notes](https://github.com/JohnTitor/mach2/releases)
- [Commits](JohnTitor/mach2@0.4.3...0.6.0)

Updates `object` from 0.37.3 to 0.39.1
- [Changelog](https://github.com/gimli-rs/object/blob/main/CHANGELOG.md)
- [Commits](gimli-rs/object@0.37.3...v0.39.1)

Updates `openvino` from 0.9.1 to 0.11.0
- [Release notes](https://github.com/intel/openvino-rs/releases)
- [Commits](intel/openvino-rs@v0.9.1...v0.11.0)

Updates `openvino-finder` from 0.9.1 to 0.11.0
- [Release notes](https://github.com/intel/openvino-rs/releases)
- [Commits](intel/openvino-rs@v0.9.1...v0.11.0)

Updates `openvino-sys` from 0.9.1 to 0.11.0
- [Release notes](https://github.com/intel/openvino-rs/releases)
- [Commits](intel/openvino-rs@v0.9.1...v0.11.0)

Updates `pulley-interpreter` from 39.0.2 to 48.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v48.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.2...v48.0.2)

Updates `pulley-macros` from 39.0.2 to 48.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v48.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.2...v48.0.2)

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

Updates `rand_chacha` from 0.3.1 to 0.9.0
- [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_chacha-0.3.1...0.9.0)

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

Updates `regalloc2` from 0.13.5 to 0.15.2
- [Commits](https://github.com/bytecodealliance/regalloc2/commits/v0.15.2)

Updates `rustix` from 0.38.44 to 1.1.5
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md)
- [Commits](bytecodealliance/rustix@v0.38.44...v1.1.5)

Updates `socket2` from 0.4.10 to 0.5.10
- [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 `wasm-compose` from 0.240.0 to 0.254.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `wasmprinter` from 0.240.0 to 0.254.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `wasmtime-environ` from 39.0.2 to 48.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v48.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.2...v48.0.2)

Updates `wasmtime-internal-cache` from 39.0.2 to 48.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v48.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.2...v48.0.2)

Updates `wasmtime-internal-component-macro` from 39.0.2 to 48.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v48.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.2...v48.0.2)

Updates `wasmtime-internal-component-util` from 39.0.2 to 48.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v48.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.2...v48.0.2)

Updates `wasmtime-internal-cranelift` from 39.0.2 to 48.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v48.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.2...v48.0.2)

Updates `wasmtime-internal-fiber` from 39.0.2 to 48.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v48.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.2...v48.0.2)

Updates `wasmtime-internal-jit-debug` from 39.0.2 to 48.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v48.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.2...v48.0.2)

Updates `wasmtime-internal-jit-icache-coherence` from 39.0.2 to 48.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v48.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.2...v48.0.2)

Updates `wasmtime-internal-unwinder` from 39.0.2 to 48.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v48.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.2...v48.0.2)

Updates `wasmtime-internal-versioned-export-macros` from 39.0.2 to 48.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v48.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.2...v48.0.2)

Updates `wasmtime-internal-wit-bindgen` from 39.0.2 to 48.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v48.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.2...v48.0.2)

Updates `wiggle-generate` from 39.0.2 to 48.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v48.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.2...v48.0.2)

Updates `wiggle-macro` from 39.0.2 to 48.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v48.0.2/RELEASES.md)
- [Commits](bytecodealliance/wasmtime@v39.0.2...v48.0.2)

Updates `wit-parser` from 0.240.0 to 0.254.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

---
updated-dependencies:
- dependency-name: bytesize
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: cranelift-entity
  dependency-version: 0.126.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: http
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: http-body
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: rustls-native-certs
  dependency-version: 0.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: rustls-pemfile
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: thiserror
  dependency-version: 2.0.20
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: tokio-rustls
  dependency-version: 0.26.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: toml
  dependency-version: 0.9.12+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: wasm-metadata
  dependency-version: 0.259.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: walrus
  dependency-version: 0.27.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: proptest-derive
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: base64
  dependency-version: 0.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: hyper
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: itertools
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: wasmtime
  dependency-version: 48.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: wasmtime-wasi
  dependency-version: 48.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: wasmtime-wasi-io
  dependency-version: 48.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: wasmtime-wasi-nn
  dependency-version: 48.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: wiggle
  dependency-version: 48.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: wasmparser
  dependency-version: 0.259.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: wasm-encoder
  dependency-version: 0.259.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: wit-component
  dependency-version: 0.254.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: tls-listener
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: addr2line
  dependency-version: 0.26.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: cap-primitives
  dependency-version: 4.0.3
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: cpp_demangle
  dependency-version: 0.5.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: cranelift-assembler-x64
  dependency-version: 0.135.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: cranelift-assembler-x64-meta
  dependency-version: 0.135.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: cranelift-bforest
  dependency-version: 0.135.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: cranelift-codegen
  dependency-version: 0.135.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: cranelift-codegen-meta
  dependency-version: 0.135.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: cranelift-codegen-shared
  dependency-version: 0.135.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: cranelift-control
  dependency-version: 0.135.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: cranelift-frontend
  dependency-version: 0.135.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: cranelift-isle
  dependency-version: 0.135.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: cranelift-native
  dependency-version: 0.135.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: cranelift-srcgen
  dependency-version: 0.135.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: foldhash
  dependency-version: 0.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: h2
  dependency-version: 0.4.19
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: heck
  dependency-version: 0.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: io-extras
  dependency-version: 0.19.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: linux-raw-sys
  dependency-version: 0.12.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: mach2
  dependency-version: 0.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: object
  dependency-version: 0.39.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: openvino
  dependency-version: 0.11.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: openvino-finder
  dependency-version: 0.11.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: openvino-sys
  dependency-version: 0.11.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: pulley-interpreter
  dependency-version: 48.0.2
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: pulley-macros
  dependency-version: 48.0.2
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: rand
  dependency-version: 0.9.5
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: rand_chacha
  dependency-version: 0.9.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: rand_core
  dependency-version: 0.9.5
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: regalloc2
  dependency-version: 0.15.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: rustix
  dependency-version: 1.1.5
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: socket2
  dependency-version: 0.5.10
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: wasm-compose
  dependency-version: 0.254.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: wasmprinter
  dependency-version: 0.254.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: wasmtime-environ
  dependency-version: 48.0.2
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: wasmtime-internal-cache
  dependency-version: 48.0.2
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: wasmtime-internal-component-macro
  dependency-version: 48.0.2
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: wasmtime-internal-component-util
  dependency-version: 48.0.2
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: wasmtime-internal-cranelift
  dependency-version: 48.0.2
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: wasmtime-internal-fiber
  dependency-version: 48.0.2
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: wasmtime-internal-jit-debug
  dependency-version: 48.0.2
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: wasmtime-internal-jit-icache-coherence
  dependency-version: 48.0.2
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: wasmtime-internal-unwinder
  dependency-version: 48.0.2
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: wasmtime-internal-versioned-export-macros
  dependency-version: 48.0.2
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: wasmtime-internal-wit-bindgen
  dependency-version: 48.0.2
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: wiggle-generate
  dependency-version: 48.0.2
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: wiggle-macro
  dependency-version: 48.0.2
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: wit-parser
  dependency-version: 0.254.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the skip-changelog This change does not require a changelog entry. label Sep 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog This change does not require a changelog entry.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants