From 4e92c298153b236181db50fb11bcc2fb1094b4e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 10:01:56 +1000 Subject: [PATCH] Bump tokio from 1.23.0 to 1.23.1 (#2303) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.0 to 1.23.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.23.0...tokio-1.23.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- build/archives/Cargo.toml | 2 +- rslib/Cargo.toml | 4 ++-- rslib/linkchecker/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0f00e07d..a73b206e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3602,9 +3602,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.23.0" +version = "1.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46" +checksum = "38a54aca0c15d014013256222ba0ebed095673f89345dd79119d912eb561b7a8" dependencies = [ "autocfg", "bytes", diff --git a/build/archives/Cargo.toml b/build/archives/Cargo.toml index a7fda4cb7..edb4af65a 100644 --- a/build/archives/Cargo.toml +++ b/build/archives/Cargo.toml @@ -13,7 +13,7 @@ camino = "1.1.1" flate2 = "1.0.25" sha2 = { version = "0.10.6" } tar = "0.4.38" -tokio = { version = "1.22.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.23.1", features = ["macros", "rt-multi-thread"] } workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" } xz2 = "0.1.7" zip = "0.6.3" diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index 367f5192d..74b4999d6 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -32,7 +32,7 @@ which = "4.3.0" [dev-dependencies] env_logger = "0.10.0" -tokio = { version = "1.22", features = ["macros"] } +tokio = { version = "1.23", features = ["macros"] } [dependencies.reqwest] version = "=0.11.3" @@ -90,7 +90,7 @@ sha1 = "0.10.5" snafu = { version = "0.7.3", features = ["backtraces"] } strum = { version = "0.24.1", features = ["derive"] } tempfile = "3.3.0" -tokio = { version = "1.22", features = ["fs", "rt-multi-thread"] } +tokio = { version = "1.23", features = ["fs", "rt-multi-thread"] } tokio-util = { version = "0.7.4", features = ["io"] } tracing = { version = "0.1.37", features = ["max_level_trace", "release_max_level_debug"] } tracing-appender = "0.2.2" diff --git a/rslib/linkchecker/Cargo.toml b/rslib/linkchecker/Cargo.toml index bc852eb44..20bd5ea52 100644 --- a/rslib/linkchecker/Cargo.toml +++ b/rslib/linkchecker/Cargo.toml @@ -20,7 +20,7 @@ linkcheck = { git = "https://github.com/ankitects/linkcheck.git", rev = "2f20798 futures = "0.3.25" itertools = "0.10.5" strum = { version = "0.24.1", features = ["derive"] } -tokio = { version = "1.22.0", features = ["full"] } +tokio = { version = "1.23.1", features = ["full"] } workspace-hack = { version = "0.1", path = "../../tools/workspace-hack" } [features]