From ab94cca21041520865d2c5ba98578e0f8cb16219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 19:31:15 +0000 Subject: [PATCH] Bump tokio from 1.18.1 to 1.18.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.1 to 1.18.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.18.1...tokio-1.18.2) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ plume-common/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16d066c4..5f7c524d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1681,7 +1681,7 @@ dependencies = [ "http 0.2.7", "indexmap", "slab", - "tokio 1.18.1", + "tokio 1.18.2", "tokio-util 0.7.1", "tracing", ] @@ -1939,7 +1939,7 @@ dependencies = [ "itoa 1.0.1", "pin-project-lite 0.2.9", "socket2 0.4.4", - "tokio 1.18.1", + "tokio 1.18.2", "tower-service", "tracing", "want 0.3.0", @@ -1980,7 +1980,7 @@ dependencies = [ "bytes 1.1.0", "hyper 0.14.18", "native-tls", - "tokio 1.18.1", + "tokio 1.18.2", "tokio-native-tls", ] @@ -2185,7 +2185,7 @@ dependencies = [ "nom 2.2.1", "percent-encoding 2.1.0", "thiserror", - "tokio 1.18.1", + "tokio 1.18.2", "tokio-native-tls", "tokio-stream", "tokio-util 0.7.1", @@ -3279,7 +3279,7 @@ dependencies = [ "serde_json", "shrinkwraprs", "syntect", - "tokio 1.18.1", + "tokio 1.18.2", "tracing", "url 2.2.2", ] @@ -3897,7 +3897,7 @@ dependencies = [ "serde 1.0.137", "serde_json", "serde_urlencoded 0.7.1", - "tokio 1.18.1", + "tokio 1.18.2", "tokio-native-tls", "tokio-socks", "url 2.2.2", @@ -4852,9 +4852,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.18.1" +version = "1.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dce653fb475565de9f6fb0614b28bca8df2c430c0cf84bcd9c843f15de5414cc" +checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395" dependencies = [ "bytes 1.1.0", "libc", @@ -4941,7 +4941,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" dependencies = [ "native-tls", - "tokio 1.18.1", + "tokio 1.18.2", ] [[package]] @@ -4972,7 +4972,7 @@ dependencies = [ "either 1.6.1", "futures-util", "thiserror", - "tokio 1.18.1", + "tokio 1.18.2", ] [[package]] @@ -4983,7 +4983,7 @@ checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3" dependencies = [ "futures-core", "pin-project-lite 0.2.9", - "tokio 1.18.1", + "tokio 1.18.2", ] [[package]] @@ -5073,7 +5073,7 @@ dependencies = [ "futures-core", "futures-sink", "pin-project-lite 0.2.9", - "tokio 1.18.1", + "tokio 1.18.2", "tracing", ] diff --git a/plume-common/Cargo.toml b/plume-common/Cargo.toml index 65934a7c..f4578936 100644 --- a/plume-common/Cargo.toml +++ b/plume-common/Cargo.toml @@ -24,7 +24,7 @@ activitystreams = "0.7.0-alpha.18" activitystreams-ext = "0.1.0-alpha.2" url = "2.2.2" flume = "0.10.12" -tokio = { version = "1.18.1", features = ["full"] } +tokio = { version = "1.18.2", features = ["full"] } futures = "0.3.21" [dependencies.chrono]