From 2790c42b3f034ba59b1f42958006b3c9ac8c98cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:56:05 +0000 Subject: [PATCH] build(deps): bump wasm-tokio from 0.5.2 to 0.5.5 Bumps [wasm-tokio](https://github.com/wrpc/wasm-tokio) from 0.5.2 to 0.5.5. - [Commits](https://github.com/wrpc/wasm-tokio/commits/v0.5.5) --- updated-dependencies: - dependency-name: wasm-tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 552757bc..a0cf349a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1407,9 +1407,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" [[package]] name = "leb128-tokio" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "689e979288e9d3bf03f15acc82d43558446eb873391f1ded3cbb30431ecd1ebc" +checksum = "457ab94f61da2e4f9075341feb227735b993308bf167bcb2b97aee2e7fcde8b7" dependencies = [ "tokio", "tokio-util", @@ -3094,9 +3094,9 @@ dependencies = [ [[package]] name = "wasm-tokio" -version = "0.5.2" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb6ffc5dac6b48538c231c7e10f6cb020ecf8d68c7b875ed1ff381a939be3cd2" +checksum = "715797300b1916d6c41369a0cbd62018a16f097b9aa23d1ed2d51b82e82dca19" dependencies = [ "leb128-tokio", "tokio",