From f945f94e313393f7a8e5acc8bd466972bd6f858d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 01:58:26 +0000 Subject: [PATCH] Bump tokio from 1.17.0 to 1.18.5 in /live_coding/arc-swap-live Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.17.0 to 1.18.5. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.17.0...tokio-1.18.5) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- live_coding/arc-swap-live/Cargo.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/live_coding/arc-swap-live/Cargo.lock b/live_coding/arc-swap-live/Cargo.lock index e4238db..ee24fe9 100644 --- a/live_coding/arc-swap-live/Cargo.lock +++ b/live_coding/arc-swap-live/Cargo.lock @@ -583,16 +583,15 @@ dependencies = [ [[package]] name = "tokio" -version = "1.17.0" +version = "1.18.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee" +checksum = "0e050c618355082ae5a89ec63bbf897225d5ffe84c7c4e036874e4d185a5044e" dependencies = [ "bytes", "libc", "memchr", "mio", "num_cpus", - "once_cell", "parking_lot", "pin-project-lite", "signal-hook-registry",