From 14df938d163c0dc12efa2b12c9a151acae784475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 15:49:03 +0000 Subject: [PATCH] build(deps): bump wstd from 0.5.3 to 0.5.4 Bumps [wstd](https://github.com/yoshuawuyts/wstd) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/yoshuawuyts/wstd/releases) - [Commits](https://github.com/yoshuawuyts/wstd/commits/v0.5.4) --- updated-dependencies: - dependency-name: wstd dependency-version: 0.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9288590..1bed836 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -180,9 +180,9 @@ dependencies = [ [[package]] name = "wstd" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6515b13373b9dfbbe62e4426972253a15b74d93b1e2e95f92bbb2801c239a1d3" +checksum = "c5f51495e1ae93476d1629b5810bd6068fdf22545a8ada7ea5929e2faed7b793" dependencies = [ "futures-core", "http", @@ -197,9 +197,9 @@ dependencies = [ [[package]] name = "wstd-macro" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23d1758ed5cdf081802c60bc000a9cb90db8bcdf140fa8a7251a22b32af37d7b" +checksum = "225ac858e4405bdf164d92d070422c0b3b9b81f9b0b68836841f4d1bafc446b3" dependencies = [ "quote", "syn", diff --git a/Cargo.toml b/Cargo.toml index f5f8f64..b7f1081 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ proxy = true [dependencies] wit-bindgen-rt = { version = "0.41.0", features = ["bitflags"] } -wstd = "0.5.3" +wstd = "0.5.4"