From a80a4529d0bb31271e04bacd924833b35918a505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 00:56:03 +0000 Subject: [PATCH] build(deps): bump wasm-tokio from 0.4.1 to 0.4.2 Bumps [wasm-tokio](https://github.com/wrpc/wasm-tokio) from 0.4.1 to 0.4.2. - [Commits](https://github.com/wrpc/wasm-tokio/commits) --- updated-dependencies: - dependency-name: wasm-tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf791fe2..30631b1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2698,9 +2698,9 @@ dependencies = [ [[package]] name = "wasm-tokio" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "695c68282a8ffda65b24379d40e00cdab4737363af9e61463093b3f0d58f5bfc" +checksum = "d00b72888bbefae356ef33cb72076b468c69b7b421689d329b9a7087c4b95f78" dependencies = [ "leb128-tokio", "tokio",