Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump tokio from 1.2.0 to 1.3.0 #6085

Merged
merged 1 commit into from Mar 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/billing/Cargo.toml
Expand Up @@ -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"] }

Expand Down
2 changes: 1 addition & 1 deletion play/mbta/Cargo.toml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion src/aws-util/Cargo.toml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion src/ccsr/Cargo.toml
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion src/coord/Cargo.toml
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion src/dataflow-types/Cargo.toml
Expand Up @@ -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"] }

Expand Down
2 changes: 1 addition & 1 deletion src/dataflow/Cargo.toml
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion src/kafka-util/Cargo.toml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion src/materialized/Cargo.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/ore/Cargo.toml
Expand Up @@ -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"] }

Expand Down
2 changes: 1 addition & 1 deletion src/peeker/Cargo.toml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion src/pgwire/Cargo.toml
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion src/prof/Cargo.toml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/sql/Cargo.toml
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion src/sqllogictest/Cargo.toml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion src/storage/Cargo.toml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion src/symbiosis/Cargo.toml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion src/testdrive/Cargo.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/chaos/Cargo.toml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion test/correctness/Cargo.toml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion test/metabase/smoketest/Cargo.toml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion test/performance/perf-kinesis/Cargo.toml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion test/performance/perf-upsert/Cargo.toml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion test/performance/s3-datagen/Cargo.toml
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion test/smith/Cargo.toml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion test/test-util/Cargo.toml
Expand Up @@ -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"