From 29fa95c54047a23705abd7b4358e0351a6f6bd70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 04:25:06 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.21.1 to 1.21.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.1 to 1.21.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.1...tokio-1.21.2) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 4 ++-- lib/file-source/Cargo.toml | 2 +- lib/k8s-e2e-tests/Cargo.toml | 2 +- lib/k8s-test-framework/Cargo.toml | 2 +- lib/vector-api-client/Cargo.toml | 2 +- lib/vector-buffers/Cargo.toml | 2 +- lib/vector-common/Cargo.toml | 4 ++-- lib/vector-core/Cargo.toml | 2 +- 9 files changed, 12 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1dc4b80dc133c..99a4e7e46178f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7754,9 +7754,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.21.1" +version = "1.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0020c875007ad96677dcc890298f4b942882c5d4eb7cc8f439fc3bf813dc9c95" +checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099" dependencies = [ "autocfg", "bytes 1.2.1", @@ -7764,7 +7764,6 @@ dependencies = [ "memchr", "mio", "num_cpus", - "once_cell", "parking_lot", "pin-project-lite", "signal-hook-registry", diff --git a/Cargo.toml b/Cargo.toml index 191c0e232edc7..88f7df60de4d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -136,7 +136,7 @@ vrl-cli = { path = "lib/vrl/cli", optional = true } async-stream = { version = "0.3.3", default-features = false } async-trait = { version = "0.1.57", default-features = false } futures = { version = "0.3.24", default-features = false, features = ["compat", "io-compat"], package = "futures" } -tokio = { version = "1.21.1", default-features = false, features = ["full"] } +tokio = { version = "1.21.2", default-features = false, features = ["full"] } tokio-openssl = { version = "0.6.3", default-features = false } tokio-stream = { version = "0.1.10", default-features = false, features = ["net", "sync", "time"] } tokio-util = { version = "0.7", default-features = false, features = ["io", "time"] } @@ -344,7 +344,7 @@ proptest = "1.0" quickcheck = "1.0.3" reqwest = { version = "0.11", features = ["json"] } tempfile = "3.3.0" -tokio = { version = "1.21.0", features = ["test-util"] } +tokio = { version = "1.21.2", features = ["test-util"] } tokio-test = "0.4.2" tower-test = "0.4.0" value = { path = "lib/value", features = ["test"] } diff --git a/lib/file-source/Cargo.toml b/lib/file-source/Cargo.toml index c488113780b62..83b0baf421f9a 100644 --- a/lib/file-source/Cargo.toml +++ b/lib/file-source/Cargo.toml @@ -66,7 +66,7 @@ default-features = false features = [] [dependencies.tokio] -version = "1.21.0" +version = "1.21.2" default-features = false features = ["full"] diff --git a/lib/k8s-e2e-tests/Cargo.toml b/lib/k8s-e2e-tests/Cargo.toml index ae7aa7137c376..fc1b45ecf23a5 100644 --- a/lib/k8s-e2e-tests/Cargo.toml +++ b/lib/k8s-e2e-tests/Cargo.toml @@ -14,7 +14,7 @@ k8s-test-framework = { version = "0.1", path = "../k8s-test-framework" } regex = "1" reqwest = { version = "0.11.12", features = ["json"] } serde_json = "1" -tokio = { version = "1.21.0", features = ["full"] } +tokio = { version = "1.21.2", features = ["full"] } indoc = "1.0.7" env_logger = "0.9" tracing = { version = "0.1", features = ["log"] } diff --git a/lib/k8s-test-framework/Cargo.toml b/lib/k8s-test-framework/Cargo.toml index 9f9c375837dc2..3c8ee8c8ada52 100644 --- a/lib/k8s-test-framework/Cargo.toml +++ b/lib/k8s-test-framework/Cargo.toml @@ -11,5 +11,5 @@ license = "MPL-2.0" k8s-openapi = { version = "0.16.0", default-features = false, features = ["v1_19"] } serde_json = "1" tempfile = "3" -tokio = { version = "1.21.0", features = ["full"] } +tokio = { version = "1.21.2", features = ["full"] } log = "0.4" diff --git a/lib/vector-api-client/Cargo.toml b/lib/vector-api-client/Cargo.toml index cde23af6d470f..f84df6e20de72 100644 --- a/lib/vector-api-client/Cargo.toml +++ b/lib/vector-api-client/Cargo.toml @@ -18,7 +18,7 @@ anyhow = { version = "1.0.65", default-features = false, features = ["std"] } # Tokio / Futures async-trait = { version = "0.1", default-features = false } futures = { version = "0.3", default-features = false, features = ["compat", "io-compat"] } -tokio = { version = "1.21.0", default-features = false, features = ["macros", "rt", "sync"] } +tokio = { version = "1.21.2", default-features = false, features = ["macros", "rt", "sync"] } tokio-stream = { version = "0.1.10", default-features = false, features = ["sync"] } # GraphQL diff --git a/lib/vector-buffers/Cargo.toml b/lib/vector-buffers/Cargo.toml index 2815a7e00ef9d..1904c77fa5859 100644 --- a/lib/vector-buffers/Cargo.toml +++ b/lib/vector-buffers/Cargo.toml @@ -27,7 +27,7 @@ rkyv = { version = "0.7.39", default-features = false, features = ["size_32", "s serde = { version = "1.0.145", default-features = false, features = ["derive"] } snafu = { version = "0.7.1", default-features = false, features = ["std"] } tokio-util = { version = "0.7.0", default-features = false } -tokio = { version = "1.21.0", default-features = false, features = ["rt", "macros", "rt-multi-thread", "sync", "fs", "io-util", "time"] } +tokio = { version = "1.21.2", default-features = false, features = ["rt", "macros", "rt-multi-thread", "sync", "fs", "io-util", "time"] } tracing = { version = "0.1.34", default-features = false, features = ["attributes"] } vector-config = { path = "../vector-config", default-features = false } vector-config-common = { path = "../vector-config-common", default-features = false } diff --git a/lib/vector-common/Cargo.toml b/lib/vector-common/Cargo.toml index a220179e50abb..cb5e17c0ed260 100644 --- a/lib/vector-common/Cargo.toml +++ b/lib/vector-common/Cargo.toml @@ -62,7 +62,7 @@ serde = { version = "1.0.145", optional = true, features = ["derive"] } smallvec = { version = "1", default-features = false } snafu = { version = "0.7", optional = true } stream-cancel = { version = "0.8.1", default-features = false } -tokio = { version = "1.21.0", default-features = false, features = ["macros", "time"] } +tokio = { version = "1.21.2", default-features = false, features = ["macros", "time"] } tracing = { version = "0.1.34", default-features = false } value = { path = "../value", features = ["json"] } vector-config = { path = "../vector-config" } @@ -71,4 +71,4 @@ vector-config-macros = { path = "../vector-config-macros" } [dev-dependencies] futures = { version = "0.3.24", default-features = false, features = ["async-await", "std"] } -tokio = { version = "1.21.0", default-features = false, features = ["rt", "time"] } +tokio = { version = "1.21.2", default-features = false, features = ["rt", "time"] } diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index 9194429c294d1..ab8a521793e23 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -44,7 +44,7 @@ serde_json = { version = "1.0.85", default-features = false } serde_with = { version = "2.0.1", default-features = false, features = ["std", "macros"] } snafu = { version = "0.7.1", default-features = false } socket2 = { version = "0.4.7", default-features = false } -tokio = { version = "1.21.0", default-features = false, features = ["net"] } +tokio = { version = "1.21.2", default-features = false, features = ["net"] } tokio-openssl = { version = "0.6.3", default-features = false } tokio-stream = { version = "0.1", default-features = false, features = ["time"], optional = true } tokio-util = { version = "0.7.0", default-features = false, features = ["time"] }