From c93d7ae098a6c59c0f9aff3af19da63a576fbb7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 01:06:04 +0000 Subject: [PATCH] Bump tokio from 0.2.25 to 1.18.5 Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.25 to 1.18.5. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.25...tokio-1.18.5) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 43 ++++++++++++++++++++++++++----------------- Cargo.toml | 2 +- 2 files changed, 27 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a96e930..53a6330 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,7 +21,7 @@ dependencies = [ "parking_lot", "pin-project 0.4.27", "smallvec", - "tokio", + "tokio 0.2.25", "tokio-util 0.3.1", "trust-dns-proto", "trust-dns-resolver", @@ -39,7 +39,7 @@ dependencies = [ "futures-sink", "log", "pin-project 0.4.27", - "tokio", + "tokio 0.2.25", "tokio-util 0.3.1", ] @@ -217,7 +217,7 @@ dependencies = [ "futures-channel", "futures-util", "smallvec", - "tokio", + "tokio 0.2.25", ] [[package]] @@ -928,7 +928,7 @@ checksum = "aea2720057de6407bb311e02bfbf6584efac4b0baf42abb4be768f178adc934c" dependencies = [ "futures", "quick-error 1.2.3", - "tokio", + "tokio 0.2.25", ] [[package]] @@ -1286,7 +1286,7 @@ dependencies = [ "http", "indexmap", "slab", - "tokio", + "tokio 0.2.25", "tokio-util 0.3.1", "tracing", "tracing-futures", @@ -1431,7 +1431,7 @@ dependencies = [ "itoa", "pin-project 1.0.6", "socket2", - "tokio", + "tokio 0.2.25", "tower-service", "tracing", "want", @@ -1446,7 +1446,7 @@ dependencies = [ "bytes 0.5.6", "hyper", "native-tls", - "tokio", + "tokio 0.2.25", "tokio-tls", ] @@ -2018,7 +2018,7 @@ dependencies = [ "sqlx", "strsim", "time 0.2.26", - "tokio", + "tokio 1.18.5", "toml", "tracing", "tracing-subscriber", @@ -2232,7 +2232,7 @@ dependencies = [ "percent-encoding", "pin-project-lite 0.1.12", "sha1", - "tokio", + "tokio 0.2.25", "tokio-util 0.2.0", "url", ] @@ -2309,7 +2309,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "tokio", + "tokio 0.2.25", "tokio-tls", "url", "wasm-bindgen", @@ -2747,7 +2747,7 @@ dependencies = [ "actix-rt", "actix-threadpool", "once_cell", - "tokio", + "tokio 0.2.25", "tokio-rustls", ] @@ -3004,6 +3004,15 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "tokio" +version = "1.18.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e050c618355082ae5a89ec63bbf897225d5ffe84c7c4e036874e4d185a5044e" +dependencies = [ + "pin-project-lite 0.2.6", +] + [[package]] name = "tokio-macros" version = "0.2.6" @@ -3023,7 +3032,7 @@ checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a" dependencies = [ "futures-core", "rustls", - "tokio", + "tokio 0.2.25", "webpki", ] @@ -3034,7 +3043,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343" dependencies = [ "native-tls", - "tokio", + "tokio 0.2.25", ] [[package]] @@ -3048,7 +3057,7 @@ dependencies = [ "futures-sink", "log", "pin-project-lite 0.1.12", - "tokio", + "tokio 0.2.25", ] [[package]] @@ -3063,7 +3072,7 @@ dependencies = [ "futures-sink", "log", "pin-project-lite 0.1.12", - "tokio", + "tokio 0.2.25", ] [[package]] @@ -3183,7 +3192,7 @@ dependencies = [ "rand 0.7.3", "smallvec", "thiserror", - "tokio", + "tokio 0.2.25", "url", ] @@ -3202,7 +3211,7 @@ dependencies = [ "resolv-conf", "smallvec", "thiserror", - "tokio", + "tokio 0.2.25", "trust-dns-proto", ] diff --git a/Cargo.toml b/Cargo.toml index b1ebb5a..a35c3ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ default-features = false features = ["redis-store"] [dependencies.tokio] -version = "0.2" # 1 +version = "1.18" # 1 features = ["fs"] [dependencies.serde]