From b1e6e6b31c755e4f5d1b37e348814fcda2bf1484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 22:09:35 +0000 Subject: [PATCH] build(deps): bump tokio from 1.2.0 to 1.3.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.2.0...tokio-1.3.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- demo/billing/Cargo.toml | 2 +- play/mbta/Cargo.toml | 2 +- src/aws-util/Cargo.toml | 2 +- src/ccsr/Cargo.toml | 2 +- src/coord/Cargo.toml | 2 +- src/dataflow-types/Cargo.toml | 2 +- src/dataflow/Cargo.toml | 2 +- src/kafka-util/Cargo.toml | 2 +- src/materialized/Cargo.toml | 2 +- src/ore/Cargo.toml | 2 +- src/peeker/Cargo.toml | 2 +- src/pgwire/Cargo.toml | 2 +- src/prof/Cargo.toml | 2 +- src/sql/Cargo.toml | 2 +- src/sqllogictest/Cargo.toml | 2 +- src/storage/Cargo.toml | 2 +- src/symbiosis/Cargo.toml | 2 +- src/testdrive/Cargo.toml | 2 +- test/chaos/Cargo.toml | 2 +- test/correctness/Cargo.toml | 2 +- test/metabase/smoketest/Cargo.toml | 2 +- test/performance/perf-kinesis/Cargo.toml | 2 +- test/performance/perf-upsert/Cargo.toml | 2 +- test/performance/s3-datagen/Cargo.toml | 2 +- test/smith/Cargo.toml | 2 +- test/test-util/Cargo.toml | 2 +- 27 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e00ba658515d..b73ac427b6e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4370,9 +4370,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a" +checksum = "8d56477f6ed99e10225f38f9f75f872f29b8b8bd8c0b946f63345bb144e9eeda" dependencies = [ "autocfg", "bytes", diff --git a/demo/billing/Cargo.toml b/demo/billing/Cargo.toml index ec305a99525c..7c923143e401 100644 --- a/demo/billing/Cargo.toml +++ b/demo/billing/Cargo.toml @@ -23,7 +23,7 @@ rand = "0.8.3" rand_distr = "0.4.0" structopt = "0.3.21" test-util = { path = "../../test/test-util" } -tokio = "1.2.0" +tokio = "1.3.0" tokio-postgres = "0.7.0" uuid = { version = "0.8.2", features = ["v4"] } diff --git a/play/mbta/Cargo.toml b/play/mbta/Cargo.toml index 72710dd2434e..336b0d2b4b9d 100644 --- a/play/mbta/Cargo.toml +++ b/play/mbta/Cargo.toml @@ -19,4 +19,4 @@ reqwest = { version = "0.11.1", features = ["native-tls-vendored"] } serde_json = "1.0.64" structopt = "0.3.21" test-util = { path = "../../test/test-util" } -tokio = "1.2.0" +tokio = "1.3.0" diff --git a/src/aws-util/Cargo.toml b/src/aws-util/Cargo.toml index 3bbd5f7ac8c1..797a256bb338 100644 --- a/src/aws-util/Cargo.toml +++ b/src/aws-util/Cargo.toml @@ -15,4 +15,4 @@ rusoto_s3 = { git = "https://github.com/rusoto/rusoto.git" } rusoto_sts = { git = "https://github.com/rusoto/rusoto.git" } rusoto_sqs = { git = "https://github.com/rusoto/rusoto.git" } serde = { version = "1.0.124", features = ["derive"] } -tokio = "1.2.0" +tokio = "1.3.0" diff --git a/src/ccsr/Cargo.toml b/src/ccsr/Cargo.toml index 7061d2ed51a4..6bd1cb0d84d2 100644 --- a/src/ccsr/Cargo.toml +++ b/src/ccsr/Cargo.toml @@ -18,4 +18,4 @@ url = { version = "2.2.1", features = ["serde"] } anyhow = "1.0.38" hyper = "0.14.0" lazy_static = "1.4.0" -tokio = { version = "1.2.0", features = ["macros"] } +tokio = { version = "1.3.0", features = ["macros"] } diff --git a/src/coord/Cargo.toml b/src/coord/Cargo.toml index c9a34dfccf07..e4931548db6e 100644 --- a/src/coord/Cargo.toml +++ b/src/coord/Cargo.toml @@ -43,7 +43,7 @@ sql-parser = { path = "../sql-parser" } storage = { path = "../storage" } symbiosis = { path = "../symbiosis" } timely = { git = "https://github.com/TimelyDataflow/timely-dataflow", default-features = false, features = ["bincode"] } -tokio = "1.2.0" +tokio = "1.3.0" tokio-postgres = "0.7" tokio-stream = "0.1.3" transform = { path = "../transform" } diff --git a/src/dataflow-types/Cargo.toml b/src/dataflow-types/Cargo.toml index 243103c1f435..54af0033c897 100644 --- a/src/dataflow-types/Cargo.toml +++ b/src/dataflow-types/Cargo.toml @@ -20,7 +20,7 @@ rusoto_core = { git = "https://github.com/rusoto/rusoto.git" } serde = { version = "1.0.124", features = ["derive"] } serde_regex = "1.1.0" timely = { git = "https://github.com/TimelyDataflow/timely-dataflow", default-features = false, features = ["bincode"] } -tokio = { version = "1.1.0" } +tokio = { version = "1.3.0" } url = { version = "2.2.1", features = ["serde"] } uuid = { version = "0.8.2", features = ["serde", "v4"] } diff --git a/src/dataflow/Cargo.toml b/src/dataflow/Cargo.toml index 5847dbd10a84..76774b1f2ea4 100644 --- a/src/dataflow/Cargo.toml +++ b/src/dataflow/Cargo.toml @@ -44,7 +44,7 @@ rusoto_sqs = { git = "https://github.com/rusoto/rusoto.git" } serde = { version = "1.0.124", features = ["derive"] } serde_json = "1.0.64" timely = { git = "https://github.com/TimelyDataflow/timely-dataflow", default-features = false, features = ["bincode"] } -tokio = { version = "1.2.0", features = ["fs", "rt"] } +tokio = { version = "1.3.0", features = ["fs", "rt"] } tokio-util = { version = "0.6.3", features = ["codec"] } url = { version = "2.2.1", features = ["serde"] } uuid = { version = "0.8.2", features = ["serde", "v4"] } diff --git a/src/kafka-util/Cargo.toml b/src/kafka-util/Cargo.toml index 0d33e92b6449..a01b3b22208b 100644 --- a/src/kafka-util/Cargo.toml +++ b/src/kafka-util/Cargo.toml @@ -18,5 +18,5 @@ rdkafka = { git = "https://github.com/fede1024/rust-rdkafka.git", features = ["c serde = { version = "1.0.124", features = ["derive"] } serde_json = "1.0.64" structopt = "0.3.21" -tokio = { version = "1.2.0", features = ["macros"] } +tokio = { version = "1.3.0", features = ["macros"] } url = "2.2.1" diff --git a/src/materialized/Cargo.toml b/src/materialized/Cargo.toml index 2b768edc7e3f..19bbd6dd11f9 100644 --- a/src/materialized/Cargo.toml +++ b/src/materialized/Cargo.toml @@ -76,7 +76,7 @@ sysctl = "0.4.0" sysinfo = "0.16.4" tempfile = "3.2.0" timely = { git = "https://github.com/TimelyDataflow/timely-dataflow", default-features = false, features = ["bincode"] } -tokio = { version = "1.2.0", features = ["sync"] } +tokio = { version = "1.3.0", features = ["sync"] } tokio-openssl = "0.6.1" tokio-stream = { version = "0.1.3", features = ["net"] } tracing = "0.1.25" diff --git a/src/ore/Cargo.toml b/src/ore/Cargo.toml index 67ce9ecdd36e..56323ebba54b 100644 --- a/src/ore/Cargo.toml +++ b/src/ore/Cargo.toml @@ -18,7 +18,7 @@ openssl = { version = "0.10.32", features = ["vendored"] } phf_shared = "0.8.0" smallvec = "1.5.0" structopt = "0.3.21" -tokio = { version = "1.2.0", features = ["io-util", "net", "rt-multi-thread", "time"] } +tokio = { version = "1.3.0", features = ["io-util", "net", "rt-multi-thread", "time"] } tokio-openssl = "0.6.1" tracing-subscriber = { version = "0.2.16", default-features = false, features = ["env-filter", "fmt"] } diff --git a/src/peeker/Cargo.toml b/src/peeker/Cargo.toml index 9c54de705dcf..7b5eca249e91 100644 --- a/src/peeker/Cargo.toml +++ b/src/peeker/Cargo.toml @@ -19,5 +19,5 @@ prometheus = { git = "https://github.com/MaterializeInc/rust-prometheus.git", de regex = "1.4.3" serde = { version = "1.0.124", features = ["derive"] } structopt = "0.3.21" -tokio = { version = "1.2.0", features = ["rt-multi-thread"] } +tokio = { version = "1.3.0", features = ["rt-multi-thread"] } toml = "0.5.8" diff --git a/src/pgwire/Cargo.toml b/src/pgwire/Cargo.toml index ced6700a166b..8cb0f6c4bad9 100644 --- a/src/pgwire/Cargo.toml +++ b/src/pgwire/Cargo.toml @@ -26,7 +26,7 @@ postgres = "0.19.0" prometheus = { git = "https://github.com/MaterializeInc/rust-prometheus.git", default-features = false } repr = { path = "../repr" } sql = { path = "../sql" } -tokio = "1.2.0" +tokio = "1.3.0" tokio-openssl = "0.6.1" tokio-stream = "0.1.3" tokio-util = { version = "0.6.3", features = ["codec"] } diff --git a/src/prof/Cargo.toml b/src/prof/Cargo.toml index e29b0dc62158..f20f6728b88c 100644 --- a/src/prof/Cargo.toml +++ b/src/prof/Cargo.toml @@ -12,7 +12,7 @@ jemalloc-ctl = { version = "0.3.0", features = ["use_std"], optional = true } lazy_static = "1.4.0" pprof = "0.4.2" tempfile = "3.2.0" -tokio = { version = "1.2.0", features = ["time"] } +tokio = { version = "1.3.0", features = ["time"] } [features] # Whether to automatically enable the jemalloc feature if compiling for a target diff --git a/src/sql/Cargo.toml b/src/sql/Cargo.toml index 2f5fe6fab3fc..a32f455c8f2b 100644 --- a/src/sql/Cargo.toml +++ b/src/sql/Cargo.toml @@ -34,7 +34,7 @@ rusoto_core = { git = "https://github.com/rusoto/rusoto.git" } serde = { version = "1.0.124", features = ["derive"] } serde_json = "1.0.64" sql-parser = { path = "../sql-parser" } -tokio = { version = "1.2.0", features = ["fs"] } +tokio = { version = "1.3.0", features = ["fs"] } unicase = "2.6.0" url = "2.2.1" uuid = { version = "0.8.2", features = ["serde", "v4"] } diff --git a/src/sqllogictest/Cargo.toml b/src/sqllogictest/Cargo.toml index eb00df6abf61..413f427e8108 100644 --- a/src/sqllogictest/Cargo.toml +++ b/src/sqllogictest/Cargo.toml @@ -24,7 +24,7 @@ sql = { path = "../sql" } structopt = "0.3.21" tempfile = "3.2.0" timely = { git = "https://github.com/TimelyDataflow/timely-dataflow", default-features = false, features = ["bincode"] } -tokio = "1.2.0" +tokio = "1.3.0" tokio-postgres = { version = "0.7.0", features = ["with-chrono-0_4", "with-uuid-0_8", "with-serde_json-1"] } uuid = "0.8.2" walkdir = "2.0.0" diff --git a/src/storage/Cargo.toml b/src/storage/Cargo.toml index d7ebb14382aa..1737a10b5ea4 100644 --- a/src/storage/Cargo.toml +++ b/src/storage/Cargo.toml @@ -16,4 +16,4 @@ log = "0.4.13" regex = "1.4.3" repr = { path = "../repr" } timely = { git = "https://github.com/TimelyDataflow/timely-dataflow", default-features = false, features = ["bincode"] } -tokio = "1.2.0" +tokio = "1.3.0" diff --git a/src/symbiosis/Cargo.toml b/src/symbiosis/Cargo.toml index aea4cbea207e..e198fed0bf1c 100644 --- a/src/symbiosis/Cargo.toml +++ b/src/symbiosis/Cargo.toml @@ -16,7 +16,7 @@ pgrepr = { path = "../pgrepr" } repr = { path = "../repr" } serde_json = "1.0.64" sql = { path = "../sql" } -tokio = "1.2.0" +tokio = "1.3.0" tokio-postgres = { version = "0.7.0", features = ["with-chrono-0_4", "with-serde_json-1"] } uuid = "0.8.2" whoami = "1.1.0" diff --git a/src/testdrive/Cargo.toml b/src/testdrive/Cargo.toml index 4d381e36190b..9f006f14fd0d 100644 --- a/src/testdrive/Cargo.toml +++ b/src/testdrive/Cargo.toml @@ -47,7 +47,7 @@ sql-parser = { path = "../sql-parser" } structopt = "0.3.21" tempfile = "3.2.0" termcolor = "1.1.2" -tokio = "1.2.0" +tokio = "1.3.0" tokio-postgres = { version = "0.7.0", features = ["with-chrono-0_4", "with-serde_json-1"] } tokio-stream = "0.1.3" url = "2.2.1" diff --git a/test/chaos/Cargo.toml b/test/chaos/Cargo.toml index e1f1d3c819c3..b95c65186795 100644 --- a/test/chaos/Cargo.toml +++ b/test/chaos/Cargo.toml @@ -15,4 +15,4 @@ ore = { path = "../../src/ore" } rand = "0.8.3" structopt = "0.3.21" test-util = { path = "../test-util" } -tokio = "1.2.0" +tokio = "1.3.0" diff --git a/test/correctness/Cargo.toml b/test/correctness/Cargo.toml index 224d8a387261..f55723c715a4 100644 --- a/test/correctness/Cargo.toml +++ b/test/correctness/Cargo.toml @@ -26,6 +26,6 @@ prometheus = { git = "https://github.com/MaterializeInc/rust-prometheus.git", de regex = "1.4.3" serde = { version = "1.0.124", features = ["derive"] } structopt = "0.3.21" -tokio = "1.2.0" +tokio = "1.3.0" tokio-postgres = "0.7.0" toml = "0.5.8" diff --git a/test/metabase/smoketest/Cargo.toml b/test/metabase/smoketest/Cargo.toml index 98a350c825c8..32b0f68ee78a 100644 --- a/test/metabase/smoketest/Cargo.toml +++ b/test/metabase/smoketest/Cargo.toml @@ -11,5 +11,5 @@ itertools = "0.9.0" log = "0.4.13" metabase = { path = "../../../src/metabase" } ore = { path = "../../../src/ore" } -tokio = "1.2.0" +tokio = "1.3.0" tokio-postgres = "0.7.0" diff --git a/test/performance/perf-kinesis/Cargo.toml b/test/performance/perf-kinesis/Cargo.toml index 6d3410b6b049..071489b5a2a9 100644 --- a/test/performance/perf-kinesis/Cargo.toml +++ b/test/performance/perf-kinesis/Cargo.toml @@ -21,5 +21,5 @@ rusoto_credential = { git = "https://github.com/rusoto/rusoto.git" } rusoto_kinesis = { git = "https://github.com/rusoto/rusoto.git" } structopt = "0.3.21" test-util = { path = "../../test-util" } -tokio = "1.2.0" +tokio = "1.3.0" tokio-postgres = "0.7.0" diff --git a/test/performance/perf-upsert/Cargo.toml b/test/performance/perf-upsert/Cargo.toml index a1caf80e2ba4..e0918a4c1151 100644 --- a/test/performance/perf-upsert/Cargo.toml +++ b/test/performance/perf-upsert/Cargo.toml @@ -19,5 +19,5 @@ rand = "0.8.3" rand_distr = "0.4.0" structopt = "0.3.21" test-util = { path = "../../test-util" } -tokio = "1.2.0" +tokio = "1.3.0" tokio-postgres = "0.7.0" diff --git a/test/performance/s3-datagen/Cargo.toml b/test/performance/s3-datagen/Cargo.toml index 2cbc56084189..47d36d1d692d 100644 --- a/test/performance/s3-datagen/Cargo.toml +++ b/test/performance/s3-datagen/Cargo.toml @@ -16,6 +16,6 @@ rusoto_core = { git = "https://github.com/rusoto/rusoto.git" } rusoto_credential = { git = "https://github.com/rusoto/rusoto.git" } rusoto_s3 = { git = "https://github.com/rusoto/rusoto.git" } structopt = "0.3.21" -tokio = { version = "1.2.0", features = ["macros", "net", "rt", "time"] } +tokio = { version = "1.3.0", features = ["macros", "net", "rt", "time"] } tracing = "0.1.25" tracing-subscriber = { version = "0.2.16", default-features = false, features = ["env-filter", "fmt"] } diff --git a/test/smith/Cargo.toml b/test/smith/Cargo.toml index d6971206c1ef..ff578b918151 100644 --- a/test/smith/Cargo.toml +++ b/test/smith/Cargo.toml @@ -17,6 +17,6 @@ serde = { version = "1.0.124", features = ["derive"] } serde_json = "1.0.64" structopt = "0.3.21" test-util = { path = "../test-util" } -tokio = "1.2.0" +tokio = "1.3.0" tokio-postgres = "0.7.0" url = "2.2.1" diff --git a/test/test-util/Cargo.toml b/test/test-util/Cargo.toml index 8d4c1fac37bd..04df52213b53 100644 --- a/test/test-util/Cargo.toml +++ b/test/test-util/Cargo.toml @@ -13,5 +13,5 @@ log = "0.4.13" ore = { path = "../../src/ore" } rand = "0.8.3" rdkafka = { git = "https://github.com/fede1024/rust-rdkafka.git", features = ["cmake-build", "libz-static"] } -tokio = "1.2.0" +tokio = "1.3.0" tokio-postgres = "0.7.0"