From 946038775317b57bff4800052b6849e2dfd49815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 01:57:07 +0000 Subject: [PATCH] Bump the crates-io group across 2 directories with 5 updates Updates the requirements on [syn](https://github.com/dtolnay/syn), [clap-cargo](https://github.com/crate-ci/clap-cargo), [object](https://github.com/gimli-rs/object), [wasm-encoder](https://github.com/bytecodealliance/wasm-tools) and [wasmparser](https://github.com/bytecodealliance/wasm-tools) to permit the latest version. Updates `syn` to 3.0.5 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.0...3.0.5) Updates `clap-cargo` to 0.19.0 - [Changelog](https://github.com/crate-ci/clap-cargo/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/clap-cargo/compare/v0.18.0...v0.19.0) Updates `object` to 0.40.0 - [Changelog](https://github.com/gimli-rs/object/blob/main/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/v0.39.0...v0.40.0) Updates `wasm-encoder` to 0.258.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) Updates `wasmparser` to 0.259.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.5 dependency-type: direct:production dependency-group: crates-io - dependency-name: clap-cargo dependency-version: 0.19.0 dependency-type: direct:production dependency-group: crates-io - dependency-name: object dependency-version: 0.40.0 dependency-type: direct:production dependency-group: crates-io - dependency-name: wasm-encoder dependency-version: 0.258.0 dependency-type: direct:production dependency-group: crates-io - dependency-name: wasmparser dependency-version: 0.259.0 dependency-type: direct:production dependency-group: crates-io ... Signed-off-by: dependabot[bot] --- host/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/host/Cargo.toml b/host/Cargo.toml index 8e7a6f94..625b8626 100644 --- a/host/Cargo.toml +++ b/host/Cargo.toml @@ -42,7 +42,7 @@ argfile = { version = "1", features = ["response"] } axum = { version = "0.8", default-features = false, features = ["http1", "http2", "json", "tokio"] } cargo_metadata = "0.23" clap = { version = "4", features = ["derive"] } -clap-cargo = { version = "0.18", features = ["cargo_metadata"] } +clap-cargo = { version = "0.19", features = ["cargo_metadata"] } dtor = { version = "1", default-features = false, features = ["proc_macro"] } fantoccini = { version = "0.22", default-features = false, features = ["rustls-tls"] } foldhash = { version = "0.2", default-features = false } @@ -59,7 +59,7 @@ js-sys-bindgen = { path = "js-sys-bindgen" } memmap2 = "0.9" mime = "0.3" nix = "0.31" -object = { version = "0.39", default-features = false, features = ["archive", "read_core", "std"] } +object = { version = "0.40", default-features = false, features = ["archive", "read_core", "std"] } paste = "1" postcard = { version = "1", default-features = false } prettyplease = { version = "0.2", features = ["verbatim"] } @@ -73,14 +73,14 @@ serde_repr = "0.1" shlex = { version = "2", default-features = false } similar-asserts = "2" strum = { version = "0.28", default-features = false, features = ["derive"] } -syn = { version = "2", default-features = false } +syn = { version = "3", default-features = false } tempfile = "3" tokio = { version = "1", features = ["parking_lot"] } tower-http = "0.7" ui_test = { version = "0.30", default-features = false, features = ["rustc"] } url = { version = "2", default-features = false } -wasm-encoder = { version = "0.253", default-features = false, features = ["wasmparser"] } -wasmparser = { version = "0.253", default-features = false } +wasm-encoder = { version = "0.259", default-features = false, features = ["wasmparser"] } +wasmparser = { version = "0.259", default-features = false } weedle2 = "5" windows-sys = "0.61" xxhash-rust = { version = "0.8", features = ["xxh3"] }