diff --git a/Cargo.lock b/Cargo.lock index 015b20e2de..3dcccf6888 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1932,9 +1932,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.105" +version = "0.2.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013" +checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673" [[package]] name = "libloading" @@ -4369,9 +4369,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2c2416fdedca8443ae44b4527de1ea633af61d8f7169ffa6e72c5b53d24efcc" +checksum = "588b2d10a336da58d877567cd8fb8a14b463e2104910f8132cd054b4b96e29ee" dependencies = [ "autocfg", "bytes", diff --git a/client_util/Cargo.toml b/client_util/Cargo.toml index af6f4a1b16..36365960a4 100644 --- a/client_util/Cargo.toml +++ b/client_util/Cargo.toml @@ -13,4 +13,4 @@ tonic = { version = "0.5.0" } tower = "0.4" [dev-dependencies] -tokio = { version = "1.11", features = ["macros"] } +tokio = { version = "1.13", features = ["macros"] } diff --git a/datafusion_util/Cargo.toml b/datafusion_util/Cargo.toml index 4d3288bb71..7491e9e4a0 100644 --- a/datafusion_util/Cargo.toml +++ b/datafusion_util/Cargo.toml @@ -8,5 +8,5 @@ description = "Datafusion utilities" [dependencies] datafusion = { path = "../datafusion" } futures = "0.3" -tokio = { version = "1.11", features = ["macros"] } +tokio = { version = "1.13", features = ["macros"] } tokio-stream = "0.1.2" diff --git a/grpc-router/Cargo.toml b/grpc-router/Cargo.toml index 748ef8247a..b18f821626 100644 --- a/grpc-router/Cargo.toml +++ b/grpc-router/Cargo.toml @@ -13,7 +13,7 @@ paste = "1.0.5" prost = "0.8" prost-types = "0.8" thiserror = "1.0.30" -tokio = { version = "1.11", features = ["macros", "rt-multi-thread", "parking_lot", "signal"] } +tokio = { version = "1.13", features = ["macros", "rt-multi-thread", "parking_lot", "signal"] } tokio-stream = { version = "0.1.2", features = ["net"] } tokio-util = { version = "0.6.9" } tonic = "0.5" diff --git a/influxdb2_client/Cargo.toml b/influxdb2_client/Cargo.toml index 0824082817..bbaa3e9e16 100644 --- a/influxdb2_client/Cargo.toml +++ b/influxdb2_client/Cargo.toml @@ -17,5 +17,5 @@ url = "2.1.1" mockito = "0.30" once_cell = { version = "1.4.0", features = ["parking_lot"] } parking_lot = "0.11.2" -tokio = { version = "1.11", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.13", features = ["macros", "rt-multi-thread"] } test_helpers = { path = "../test_helpers" } diff --git a/influxdb_iox/Cargo.toml b/influxdb_iox/Cargo.toml index 9ce72c8a70..18cecda124 100644 --- a/influxdb_iox/Cargo.toml +++ b/influxdb_iox/Cargo.toml @@ -74,7 +74,7 @@ snafu = "0.6.9" structopt = "0.3.25" thiserror = "1.0.30" tikv-jemalloc-ctl = { version = "0.4.0" } -tokio = { version = "1.11", features = ["macros", "rt-multi-thread", "parking_lot", "signal"] } +tokio = { version = "1.13", features = ["macros", "rt-multi-thread", "parking_lot", "signal"] } tokio-stream = { version = "0.1.2", features = ["net"] } tokio-util = { version = "0.6.9" } tonic = "0.5.0" diff --git a/influxdb_iox_client/Cargo.toml b/influxdb_iox_client/Cargo.toml index 24f7f59d97..b92f9a9d4e 100644 --- a/influxdb_iox_client/Cargo.toml +++ b/influxdb_iox_client/Cargo.toml @@ -29,4 +29,4 @@ uuid = { version = "0.8", features = ["v4"] } [dev-dependencies] # In alphabetical order serde_json = "1.0" -tokio = { version = "1.11", features = ["macros"] } +tokio = { version = "1.13", features = ["macros"] } diff --git a/internal_types/Cargo.toml b/internal_types/Cargo.toml index a4a010e16a..4d9af75696 100644 --- a/internal_types/Cargo.toml +++ b/internal_types/Cargo.toml @@ -9,8 +9,8 @@ readme = "README.md" [dependencies] parking_lot = "0.11" time = { path = "../time" } -tokio = { version = "1.11", features = ["sync"] } +tokio = { version = "1.13", features = ["sync"] } [dev-dependencies] futures = "0.3" -tokio = { version = "1.11", features = ["macros", "rt", "rt-multi-thread", "sync", "time"] } +tokio = { version = "1.13", features = ["macros", "rt", "rt-multi-thread", "sync", "time"] } diff --git a/iox_data_generator/Cargo.toml b/iox_data_generator/Cargo.toml index 20b3c421b6..c53f94a11b 100644 --- a/iox_data_generator/Cargo.toml +++ b/iox_data_generator/Cargo.toml @@ -23,7 +23,7 @@ rand_seeder = "0.2.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.67" snafu = "0.6.8" -tokio = { version = "1.11", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.13", features = ["macros", "rt-multi-thread"] } toml = "0.5.6" tracing = "0.1" tracing-subscriber = "0.3.1" diff --git a/iox_object_store/Cargo.toml b/iox_object_store/Cargo.toml index de6a42e660..518eeefda6 100644 --- a/iox_object_store/Cargo.toml +++ b/iox_object_store/Cargo.toml @@ -12,6 +12,6 @@ futures = "0.3" object_store = { path = "../object_store" } observability_deps = { path = "../observability_deps" } snafu = "0.6" -tokio = { version = "1.11", features = ["macros", "time"] } +tokio = { version = "1.13", features = ["macros", "time"] } tokio-stream = "0.1" uuid = { version = "0.8", features = ["serde", "v4"] } diff --git a/lifecycle/Cargo.toml b/lifecycle/Cargo.toml index 0f61c025e7..af5fb45166 100644 --- a/lifecycle/Cargo.toml +++ b/lifecycle/Cargo.toml @@ -13,8 +13,8 @@ internal_types = { path = "../internal_types" } observability_deps = { path = "../observability_deps" } parking_lot = "0.11" time = { path = "../time" } -tokio = { version = "1.11", features = ["macros", "time"] } +tokio = { version = "1.13", features = ["macros", "time"] } tracker = { path = "../tracker" } [dev-dependencies] -tokio = { version = "1.11", features = ["macros", "time", "rt"] } +tokio = { version = "1.13", features = ["macros", "time", "rt"] } diff --git a/mutable_buffer/Cargo.toml b/mutable_buffer/Cargo.toml index b05bb3f81a..753f1756d0 100644 --- a/mutable_buffer/Cargo.toml +++ b/mutable_buffer/Cargo.toml @@ -17,7 +17,7 @@ parking_lot = "0.11.2" snafu = "0.6.2" [dev-dependencies] # In alphabetical order -tokio = { version = "1.11", features = ["macros"] } +tokio = { version = "1.13", features = ["macros"] } arrow_util = { path = "../arrow_util" } test_helpers = { path = "../test_helpers" } diff --git a/object_store/Cargo.toml b/object_store/Cargo.toml index 8271be5f8f..c227bbbb26 100644 --- a/object_store/Cargo.toml +++ b/object_store/Cargo.toml @@ -24,7 +24,7 @@ rusoto_core = { version = "0.47.0", optional = true} rusoto_credential = { version = "0.47.0", optional = true} rusoto_s3 = { version = "0.47.0", optional = true} snafu = "0.6.10" -tokio = { version = "1.11", features = ["macros", "fs", "io-util", "rt-multi-thread", "time"] } +tokio = { version = "1.13", features = ["macros", "fs", "io-util", "rt-multi-thread", "time"] } # Filesystem integration tokio-util = { version = "0.6.9", features = [ "codec", "io" ] } reqwest = { version = "0.11", optional = true } diff --git a/parquet_catalog/Cargo.toml b/parquet_catalog/Cargo.toml index 1b47f8063f..d73f062e60 100644 --- a/parquet_catalog/Cargo.toml +++ b/parquet_catalog/Cargo.toml @@ -29,7 +29,7 @@ schema = { path = "../schema" } tempfile = "3.1.0" thrift = "0.13" time = { path = "../time" } -tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync"] } +tokio = { version = "1.13", features = ["macros", "rt", "rt-multi-thread", "sync"] } tokio-stream = "0.1" uuid = { version = "0.8", features = ["serde", "v4"] } zstd = "0.9" diff --git a/parquet_file/Cargo.toml b/parquet_file/Cargo.toml index cb7edf049f..72060f5da0 100644 --- a/parquet_file/Cargo.toml +++ b/parquet_file/Cargo.toml @@ -29,7 +29,7 @@ schema = { path = "../schema" } tempfile = "3.1.0" thrift = "0.13" time = { path = "../time" } -tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync"] } +tokio = { version = "1.13", features = ["macros", "rt", "rt-multi-thread", "sync"] } tokio-stream = "0.1" uuid = { version = "0.8", features = ["serde", "v4"] } zstd = "0.9" diff --git a/predicate/Cargo.toml b/predicate/Cargo.toml index 843a7ce3a6..ff014e981b 100644 --- a/predicate/Cargo.toml +++ b/predicate/Cargo.toml @@ -20,4 +20,4 @@ sqlparser = "0.12.0" [dev-dependencies] test_helpers = { path = "../test_helpers" } -tokio = { version = "1.11", features = ["macros"] } +tokio = { version = "1.13", features = ["macros"] } diff --git a/query/Cargo.toml b/query/Cargo.toml index 9a2120d6c9..4b5ae89d36 100644 --- a/query/Cargo.toml +++ b/query/Cargo.toml @@ -30,7 +30,7 @@ pin-project = "1.0" regex = "1" schema = { path = "../schema" } snafu = "0.6.9" -tokio = { version = "1.11", features = ["macros"] } +tokio = { version = "1.13", features = ["macros"] } tokio-stream = "0.1.2" tokio-util = { version = "0.6.9" } trace = { path = "../trace" } diff --git a/query_tests/Cargo.toml b/query_tests/Cargo.toml index bb69fc3fc1..2f14be9df2 100644 --- a/query_tests/Cargo.toml +++ b/query_tests/Cargo.toml @@ -26,4 +26,4 @@ schema = { path = "../schema" } snafu = "0.6.3" tempfile = "3.1.0" test_helpers = { path = "../test_helpers" } -tokio = { version = "1.11", features = ["macros", "time"] } +tokio = { version = "1.13", features = ["macros", "time"] } diff --git a/server/Cargo.toml b/server/Cargo.toml index 48140a0696..2f59e2553d 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -53,7 +53,7 @@ snafu = "0.6" snap = "1.0.0" time = { path = "../time" } trace = { path = "../trace" } -tokio = { version = "1.11", features = ["macros", "time"] } +tokio = { version = "1.13", features = ["macros", "time"] } tokio-util = { version = "0.6.9" } tracker = { path = "../tracker" } uuid = { version = "0.8", features = ["serde", "v4"] } @@ -62,7 +62,7 @@ write_buffer = { path = "../write_buffer" } [dev-dependencies] # In alphabetical order arrow_util = { path = "../arrow_util" } datafusion = { path = "../datafusion" } -tokio = { version = "1.11", features = ["macros", "time"] } +tokio = { version = "1.13", features = ["macros", "time"] } test_helpers = { path = "../test_helpers" } [features] diff --git a/server_benchmarks/Cargo.toml b/server_benchmarks/Cargo.toml index ed716e7477..e837e836cf 100644 --- a/server_benchmarks/Cargo.toml +++ b/server_benchmarks/Cargo.toml @@ -28,7 +28,7 @@ query_tests = { path = "../query_tests" } rand = "0.8.3" server = { path = "../server" } test_helpers = { path = "../test_helpers" } -tokio = { version = "1.11", features = ["macros", "time"] } +tokio = { version = "1.13", features = ["macros", "time"] } [[bench]] name = "influxrpc" diff --git a/trace_exporters/Cargo.toml b/trace_exporters/Cargo.toml index 1f91219680..ca5f321abb 100644 --- a/trace_exporters/Cargo.toml +++ b/trace_exporters/Cargo.toml @@ -14,7 +14,7 @@ observability_deps = { path = "../observability_deps" } snafu = "0.6" structopt = { version = "0.3.25" } thrift = { version = "0.13.0" } -tokio = { version = "1.11", features = ["macros", "time", "sync", "rt"] } +tokio = { version = "1.13", features = ["macros", "time", "sync", "rt"] } trace = { path = "../trace" } [dev-dependencies] diff --git a/tracker/Cargo.toml b/tracker/Cargo.toml index bb87b0211c..bedc5d7814 100644 --- a/tracker/Cargo.toml +++ b/tracker/Cargo.toml @@ -15,9 +15,9 @@ observability_deps = { path = "../observability_deps" } parking_lot = "0.11.2" pin-project = "1.0" time = { path = "../time" } -tokio = { version = "1.11", features = ["macros", "time"] } +tokio = { version = "1.13", features = ["macros", "time"] } tokio-util = { version = "0.6.9" } [dev-dependencies] # Need the multi-threaded executor for testing -tokio = { version = "1.11", features = ["macros", "time", "rt-multi-thread"] } +tokio = { version = "1.13", features = ["macros", "time", "rt-multi-thread"] } diff --git a/write_buffer/Cargo.toml b/write_buffer/Cargo.toml index 2afe4a73b4..f8731ca20c 100644 --- a/write_buffer/Cargo.toml +++ b/write_buffer/Cargo.toml @@ -16,7 +16,7 @@ parking_lot = "0.11.2" pin-project = "1.0" rdkafka = "0.27.0" time = { path = "../time" } -tokio = { version = "1.11", features = ["macros", "fs"] } +tokio = { version = "1.13", features = ["macros", "fs"] } trace = { path = "../trace" } trace_http = { path = "../trace_http" } uuid = { version = "0.8", features = ["serde", "v4"] }