From 3ab16cf4cfaaab6be5e8d10a76f49035c23b740c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 20:42:06 +1100 Subject: [PATCH] build(deps): bump tokio from 1.24.0 to 1.24.2 (#151) --- Cargo.lock | 4 ++-- htsget-actix/Cargo.toml | 2 +- htsget-http/Cargo.toml | 2 +- htsget-lambda/Cargo.toml | 2 +- htsget-search/Cargo.toml | 2 +- htsget-test/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d709ae6c8..e2a46b132 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3794,9 +3794,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.24.0" +version = "1.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7125661431c26622a80ca5051a2f936c9a678318e0351007b0cc313143024e5c" +checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb" dependencies = [ "autocfg", "bytes", diff --git a/htsget-actix/Cargo.toml b/htsget-actix/Cargo.toml index fc6e7c5a7..ad017680c 100644 --- a/htsget-actix/Cargo.toml +++ b/htsget-actix/Cargo.toml @@ -24,7 +24,7 @@ htsget-http = { version = "0.1.1", path = "../htsget-http", default-features = f htsget-search = { version = "0.1.1", path = "../htsget-search", default-features = false } htsget-config = { version = "0.1.1", path = "../htsget-config", default-features = false } futures = { version = "0.3" } -tokio = { version = "1.21", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.24", features = ["macros", "rt-multi-thread"] } tracing-actix-web = "0.7" tracing = "0.1" diff --git a/htsget-http/Cargo.toml b/htsget-http/Cargo.toml index eabb65e0b..11fe28037 100644 --- a/htsget-http/Cargo.toml +++ b/htsget-http/Cargo.toml @@ -21,7 +21,7 @@ http = "0.2" htsget-search = { version = "0.1.1", path = "../htsget-search", default-features = false } htsget-config = { version = "0.1.1", path = "../htsget-config", default-features = false } futures = { version = "0.3" } -tokio = { version = "1.21", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.24", features = ["macros", "rt-multi-thread"] } tracing = "0.1" [dev-dependencies] diff --git a/htsget-lambda/Cargo.toml b/htsget-lambda/Cargo.toml index f17b1f300..cecc86a5d 100644 --- a/htsget-lambda/Cargo.toml +++ b/htsget-lambda/Cargo.toml @@ -16,7 +16,7 @@ default = ["s3-storage"] [dependencies] envy = "0.4" -tokio = { version = "1.21", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.24", features = ["macros", "rt-multi-thread"] } tower-http = { version = "0.3", features = ["cors"] } lambda_http = { version = "0.7" } lambda_runtime = { version = "0.7" } diff --git a/htsget-search/Cargo.toml b/htsget-search/Cargo.toml index 76ef11a5e..ca4d2e926 100644 --- a/htsget-search/Cargo.toml +++ b/htsget-search/Cargo.toml @@ -26,7 +26,7 @@ tower = { version = "0.4", features = ["make"] } # Async tokio-rustls = "0.23" -tokio = { version = "1.21", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.24", features = ["macros", "rt-multi-thread"] } tokio-util = { version = "0.7", features = ["io", "compat"] } futures = { version = "0.3" } futures-util = "0.3" diff --git a/htsget-test/Cargo.toml b/htsget-test/Cargo.toml index 524c1b968..0f0de921c 100644 --- a/htsget-test/Cargo.toml +++ b/htsget-test/Cargo.toml @@ -45,7 +45,7 @@ noodles-vcf = { version = "0.23", features = ["async"], optional = true } noodles-bgzf = { version = "0.18", features = ["async"], optional = true } reqwest = { version = "0.11", default-features = false, features = ["json", "blocking", "rustls-tls"], optional = true } -tokio = { version = "1.21", features = ["rt-multi-thread"], optional = true } +tokio = { version = "1.24", features = ["rt-multi-thread"], optional = true } futures = { version = "0.3", optional = true } async-trait = { version = "0.1", optional = true } http = { version = "0.2", optional = true }