From 44708a07bc55201352767e7af272c123b3a606a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 10:29:28 +0000 Subject: [PATCH] Bump wit-bindgen-rt from 0.40.0 to 0.41.0 Bumps [wit-bindgen-rt](https://github.com/bytecodealliance/wit-bindgen) from 0.40.0 to 0.41.0. - [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases) - [Commits](https://github.com/bytecodealliance/wit-bindgen/compare/v0.40.0...v0.41.0) --- updated-dependencies: - dependency-name: wit-bindgen-rt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4118374..9288590 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -89,7 +89,7 @@ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" name = "sample-wasi-http-rust" version = "0.0.0" dependencies = [ - "wit-bindgen-rt 0.40.0", + "wit-bindgen-rt 0.41.0", "wstd", ] @@ -171,9 +171,9 @@ dependencies = [ [[package]] name = "wit-bindgen-rt" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68faed92ae696b93ea9a7b67ba6c37bf09d72c6d9a70fa824a743c3020212f11" +checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621" dependencies = [ "bitflags", ] diff --git a/Cargo.toml b/Cargo.toml index 85e17d2..f5f8f64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ package = "component:sample-wasi-http-rust" proxy = true [dependencies] -wit-bindgen-rt = { version = "0.40.0", features = ["bitflags"] } +wit-bindgen-rt = { version = "0.41.0", features = ["bitflags"] } wstd = "0.5.3"