From 46c4c6e12aaf51f84bf0aec348c510ef6448c95b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 02:27:46 +0000 Subject: [PATCH] Bump tokio from 1.5.0 to 1.18.5 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.5.0 to 1.18.5. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.5.0...tokio-1.18.5) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++++++----- compiler-frontend/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc1f3c1..3c27564 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.14.1" @@ -1273,11 +1275,10 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.5.0" +version = "1.18.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83f0c8e7c0addab50b663055baf787d0af7f413a46e6e7fb9559a4e4db7137a5" +checksum = "0e050c618355082ae5a89ec63bbf897225d5ffe84c7c4e036874e4d185a5044e" dependencies = [ - "autocfg", "num_cpus", "pin-project-lite", "tokio-macros", @@ -1285,9 +1286,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "1.1.0" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57" +checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8" dependencies = [ "proc-macro2", "quote", diff --git a/compiler-frontend/Cargo.toml b/compiler-frontend/Cargo.toml index c2101af..96f3487 100644 --- a/compiler-frontend/Cargo.toml +++ b/compiler-frontend/Cargo.toml @@ -10,4 +10,4 @@ edition = "2018" compiler_core = { path = "../compiler-core" } clap = "2.33.3" anyhow = "1.0.40" -tokio = { version = "1.5.0", features = ["rt-multi-thread", "macros", "fs"] } +tokio = { version = "1.18.5", features = ["rt-multi-thread", "macros", "fs"] }