From 6c1369fb5f9cf10123db0b6aa422f09e8e3f77d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 22:10:57 +0000 Subject: [PATCH] Bump tokio from 1.17.0 to 1.18.4 in /live_coding/v8_live Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.17.0 to 1.18.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.17.0...tokio-1.18.4) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- live_coding/v8_live/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/live_coding/v8_live/Cargo.lock b/live_coding/v8_live/Cargo.lock index 09b2d74..7a6cf72 100644 --- a/live_coding/v8_live/Cargo.lock +++ b/live_coding/v8_live/Cargo.lock @@ -824,9 +824,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.17.0" +version = "1.18.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee" +checksum = "8bfb875c82dc0a4f1f37a30e720dee181a2b3a06a428b0fc6873ea38d6407850" dependencies = [ "bytes", "libc",