From e8aa716a55ef8cdb7c51297fcccdd3f4f0177db8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 22:12:21 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.17.0 to 1.18.4 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc4b112d..1e8d68e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2451,9 +2451,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", diff --git a/Cargo.toml b/Cargo.toml index 0f007771..65cc689f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ sha2 = "0.10.2" ssri = "7.0.0" tar = "0.4.37" thiserror = "1.0.30" -tokio = { version = "1.17.0", features = ["fs", "macros", "rt-multi-thread"] } +tokio = { version = "1.18.4", features = ["fs", "macros", "rt-multi-thread"] } minifier = "0.0.42" fs_extra = "1.2.0" webbrowser = "0.5.5"