From 429456c39bce7054389597799b3e4651a0f135b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 20:48:06 +0000 Subject: [PATCH] chore(deps): Bump prost from 0.11.9 to 0.12.3 Bumps [prost](https://github.com/tokio-rs/prost) from 0.11.9 to 0.12.3. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](https://github.com/tokio-rs/prost/compare/v0.11.9...v0.12.3) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 93 +++++++++++++++--------- flightsql/Cargo.toml | 2 +- generated_types/Cargo.toml | 2 +- gossip/Cargo.toml | 2 +- grpc-binary-logger-proto/Cargo.toml | 2 +- grpc-binary-logger-test-proto/Cargo.toml | 2 +- grpc-binary-logger/Cargo.toml | 2 +- influxdb_iox/Cargo.toml | 2 +- influxdb_iox_client/Cargo.toml | 2 +- influxdb_storage_client/Cargo.toml | 2 +- ingester/Cargo.toml | 2 +- ingester_query_grpc/Cargo.toml | 2 +- ingester_test_ctx/Cargo.toml | 2 +- mutable_batch_tests/Cargo.toml | 2 +- parquet_file/Cargo.toml | 2 +- querier/Cargo.toml | 2 +- service_grpc_flight/Cargo.toml | 2 +- service_grpc_influxrpc/Cargo.toml | 2 +- test_helpers_end_to_end/Cargo.toml | 2 +- wal/Cargo.toml | 2 +- workspace-hack/Cargo.toml | 4 +- 21 files changed, 79 insertions(+), 56 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64793e721e5..874b283f60b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -281,7 +281,7 @@ dependencies = [ "futures", "once_cell", "paste", - "prost", + "prost 0.11.9", "tokio", "tonic 0.9.2", ] @@ -1078,7 +1078,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2895653b4d9f1538a83970077cb01dfc77a4810524e51a110944688e916b18e" dependencies = [ - "prost", + "prost 0.11.9", "prost-types", "tonic 0.9.2", "tracing-core", @@ -1573,7 +1573,7 @@ dependencies = [ "datafusion-common", "datafusion-expr", "object_store", - "prost", + "prost 0.11.9", ] [[package]] @@ -1851,7 +1851,7 @@ dependencies = [ "iox_query", "observability_deps", "once_cell", - "prost", + "prost 0.12.3", "snafu", "workspace-hack", ] @@ -2037,7 +2037,7 @@ dependencies = [ "pbjson 0.6.0", "pbjson-build", "pbjson-types", - "prost", + "prost 0.12.3", "prost-build", "serde", "tonic 0.9.2", @@ -2086,7 +2086,7 @@ dependencies = [ "futures", "hashbrown 0.14.0", "metric", - "prost", + "prost 0.12.3", "prost-build", "rand", "test_helpers", @@ -2160,7 +2160,7 @@ dependencies = [ "http-body", "hyper", "pin-project", - "prost", + "prost 0.12.3", "prost-build", "tokio", "tokio-stream", @@ -2174,7 +2174,7 @@ dependencies = [ name = "grpc-binary-logger-proto" version = "0.1.0" dependencies = [ - "prost", + "prost 0.12.3", "prost-build", "prost-types", "tonic 0.9.2", @@ -2186,7 +2186,7 @@ dependencies = [ name = "grpc-binary-logger-test-proto" version = "0.1.0" dependencies = [ - "prost", + "prost 0.12.3", "prost-build", "tonic 0.9.2", "tonic-build", @@ -2643,7 +2643,7 @@ dependencies = [ "predicates", "pretty_assertions", "proptest", - "prost", + "prost 0.12.3", "rustyline", "schema", "serde", @@ -2682,7 +2682,7 @@ dependencies = [ "generated_types", "influxdb-line-protocol", "insta", - "prost", + "prost 0.12.3", "rand", "reqwest", "schema", @@ -2701,7 +2701,7 @@ dependencies = [ "futures-util", "generated_types", "observability_deps", - "prost", + "prost 0.12.3", "tonic 0.9.2", "workspace-hack", ] @@ -2812,7 +2812,7 @@ dependencies = [ "pin-project", "predicate", "proptest", - "prost", + "prost 0.12.3", "rand", "schema", "service_grpc_catalog", @@ -2872,7 +2872,7 @@ dependencies = [ "pbjson 0.6.0", "pbjson-build", "predicate", - "prost", + "prost 0.12.3", "prost-build", "query_functions", "serde", @@ -2906,7 +2906,7 @@ dependencies = [ "object_store", "observability_deps", "parquet_file", - "prost", + "prost 0.12.3", "tempfile", "test_helpers", "tokio", @@ -3732,7 +3732,7 @@ dependencies = [ "mutable_batch", "mutable_batch_lp", "mutable_batch_pb", - "prost", + "prost 0.12.3", ] [[package]] @@ -4125,7 +4125,7 @@ dependencies = [ "observability_deps", "parquet", "pbjson-types", - "prost", + "prost 0.12.3", "rand", "schema", "snafu", @@ -4199,7 +4199,7 @@ checksum = "bdbb7b706f2afc610f3853550cdbbf6372fd324824a087806bd4480ea4996e24" dependencies = [ "heck", "itertools 0.10.5", - "prost", + "prost 0.11.9", "prost-types", ] @@ -4213,7 +4213,7 @@ dependencies = [ "chrono", "pbjson 0.5.1", "pbjson-build", - "prost", + "prost 0.11.9", "prost-build", "serde", ] @@ -4408,9 +4408,9 @@ dependencies = [ "nix 0.26.4", "once_cell", "parking_lot", - "prost", + "prost 0.11.9", "prost-build", - "prost-derive", + "prost-derive 0.11.9", "protobuf", "sha2", "smallvec", @@ -4572,7 +4572,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" dependencies = [ "bytes", - "prost-derive", + "prost-derive 0.11.9", +] + +[[package]] +name = "prost" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a" +dependencies = [ + "bytes", + "prost-derive 0.12.3", ] [[package]] @@ -4589,7 +4599,7 @@ dependencies = [ "multimap", "petgraph", "prettyplease", - "prost", + "prost 0.11.9", "prost-types", "regex", "syn 1.0.109", @@ -4610,13 +4620,26 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "prost-derive" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e" +dependencies = [ + "anyhow", + "itertools 0.11.0", + "proc-macro2", + "quote", + "syn 2.0.29", +] + [[package]] name = "prost-types" version = "0.11.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" dependencies = [ - "prost", + "prost 0.11.9", ] [[package]] @@ -4661,7 +4684,7 @@ dependencies = [ "parquet_file", "pin-project", "predicate", - "prost", + "prost 0.12.3", "rand", "schema", "service_common", @@ -5273,7 +5296,7 @@ dependencies = [ "iox_query", "metric", "observability_deps", - "prost", + "prost 0.12.3", "serde", "serde_json", "service_common", @@ -5305,7 +5328,7 @@ dependencies = [ "parking_lot", "pin-project", "predicate", - "prost", + "prost 0.12.3", "query_functions", "regex", "schema", @@ -6032,7 +6055,7 @@ dependencies = [ "observability_deps", "once_cell", "parking_lot", - "prost", + "prost 0.12.3", "rand", "regex", "reqwest", @@ -6294,8 +6317,8 @@ dependencies = [ "hyper-timeout", "percent-encoding", "pin-project", - "prost", - "prost-derive", + "prost 0.11.9", + "prost-derive 0.11.9", "tokio", "tokio-stream", "tokio-util", @@ -6326,7 +6349,7 @@ dependencies = [ "hyper-timeout", "percent-encoding", "pin-project", - "prost", + "prost 0.11.9", "rustls-pemfile", "tokio", "tokio-rustls", @@ -6358,7 +6381,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "080964d45894b90273d2b1dd755fdd114560db8636bb41cea615213c45043c4d" dependencies = [ "async-stream", - "prost", + "prost 0.11.9", "tokio", "tokio-stream", "tonic 0.9.2", @@ -6370,7 +6393,7 @@ version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0543d7092032041fbeac1f2c84304537553421a11a623c2301b12ef0264862c7" dependencies = [ - "prost", + "prost 0.11.9", "prost-types", "tokio", "tokio-stream", @@ -6745,7 +6768,7 @@ dependencies = [ "mutable_batch_pb", "observability_deps", "parking_lot", - "prost", + "prost 0.12.3", "snafu", "snap", "test_helpers", @@ -7170,7 +7193,7 @@ dependencies = [ "phf_shared", "predicates", "proptest", - "prost", + "prost 0.12.3", "prost-types", "rand", "rand_core", diff --git a/flightsql/Cargo.toml b/flightsql/Cargo.toml index e426849ca39..021ef9b0fbf 100644 --- a/flightsql/Cargo.toml +++ b/flightsql/Cargo.toml @@ -19,5 +19,5 @@ iox_query = { path = "../iox_query" } bytes = "1.5" snafu = "0.7" once_cell = { version = "1", default-features = false } -prost = "0.11" +prost = "0.12" workspace-hack = { version = "0.1", path = "../workspace-hack" } diff --git a/generated_types/Cargo.toml b/generated_types/Cargo.toml index d69f4676569..e1a2e4935d2 100644 --- a/generated_types/Cargo.toml +++ b/generated_types/Cargo.toml @@ -9,7 +9,7 @@ license.workspace = true observability_deps = { path = "../observability_deps" } pbjson = "0.6" pbjson-types = "0.5" -prost = "0.11" +prost = "0.12" serde = { version = "1.0", features = ["derive"] } tonic = { workspace = true } workspace-hack = { version = "0.1", path = "../workspace-hack" } diff --git a/gossip/Cargo.toml b/gossip/Cargo.toml index 3896ded4b83..c0eaf3f0d37 100644 --- a/gossip/Cargo.toml +++ b/gossip/Cargo.toml @@ -10,7 +10,7 @@ async-trait = "0.1.73" futures = "0.3.28" hashbrown.workspace = true metric = { version = "0.1.0", path = "../metric" } -prost = "0.11.9" +prost = "0.12.3" rand = "0.8.5" thiserror = "1.0.48" tokio = { version = "1.32.0", features = ["net", "io-util", "time", "rt", "sync", "macros"] } diff --git a/grpc-binary-logger-proto/Cargo.toml b/grpc-binary-logger-proto/Cargo.toml index c660de6f2c2..c21521f026c 100644 --- a/grpc-binary-logger-proto/Cargo.toml +++ b/grpc-binary-logger-proto/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license.workspace = true [dependencies] -prost = "0.11" +prost = "0.12" prost-types = { version = "0.11.9", features = ["std"] } tonic = { workspace = true } workspace-hack = { version = "0.1", path = "../workspace-hack" } diff --git a/grpc-binary-logger-test-proto/Cargo.toml b/grpc-binary-logger-test-proto/Cargo.toml index fb94cbe6ae5..999984b4b6f 100644 --- a/grpc-binary-logger-test-proto/Cargo.toml +++ b/grpc-binary-logger-test-proto/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license.workspace = true [dependencies] -prost = "0.11" +prost = "0.12" tonic = { workspace = true } workspace-hack = { version = "0.1", path = "../workspace-hack" } diff --git a/grpc-binary-logger/Cargo.toml b/grpc-binary-logger/Cargo.toml index 9754fb09730..6276db4a7e1 100644 --- a/grpc-binary-logger/Cargo.toml +++ b/grpc-binary-logger/Cargo.toml @@ -14,7 +14,7 @@ http = "0.2" http-body = "0.4" hyper = "0.14" pin-project = "1.1" -prost = "0.11" +prost = "0.12" tokio = {version = "1", features = [ "rt" ]} tonic = { workspace = true } tower = "0.4" diff --git a/influxdb_iox/Cargo.toml b/influxdb_iox/Cargo.toml index a3eca710db1..c3ff306faee 100644 --- a/influxdb_iox/Cargo.toml +++ b/influxdb_iox/Cargo.toml @@ -35,7 +35,7 @@ observability_deps = { path = "../observability_deps" } panic_logging = { path = "../panic_logging" } parquet_file = { path = "../parquet_file" } parquet_to_line_protocol = { path = "../parquet_to_line_protocol" } -prost = { version = "0.11" } +prost = { version = "0.12" } iox_query = { path = "../iox_query" } schema = { path = "../schema" } iox_time = { path = "../iox_time" } diff --git a/influxdb_iox_client/Cargo.toml b/influxdb_iox_client/Cargo.toml index 29bfd54f34f..0c83eab96c2 100644 --- a/influxdb_iox_client/Cargo.toml +++ b/influxdb_iox_client/Cargo.toml @@ -20,7 +20,7 @@ comfy-table = { version = "7.0", default-features = false} futures-util = { version = "0.3" } influxdb-line-protocol = { path = "../influxdb_line_protocol"} generated_types = { path = "../generated_types" } -prost = "0.11" +prost = "0.12" rand = "0.8.3" reqwest = { version = "0.11", default-features = false, features = ["stream", "rustls-tls"] } schema = { path = "../schema" } diff --git a/influxdb_storage_client/Cargo.toml b/influxdb_storage_client/Cargo.toml index fdd3a8c9e73..139a3b224a5 100644 --- a/influxdb_storage_client/Cargo.toml +++ b/influxdb_storage_client/Cargo.toml @@ -8,7 +8,7 @@ license.workspace = true [dependencies] client_util = { path = "../client_util" } generated_types = { path = "../generated_types" } -prost = "0.11" +prost = "0.12" tonic = { workspace = true } futures-util = { version = "0.3" } observability_deps = { path = "../observability_deps"} diff --git a/ingester/Cargo.toml b/ingester/Cargo.toml index 81a0ecb28b7..c015c3c8775 100644 --- a/ingester/Cargo.toml +++ b/ingester/Cargo.toml @@ -34,7 +34,7 @@ parking_lot = "0.12.1" parquet_file = { version = "0.1.0", path = "../parquet_file" } pin-project = "1.1.3" predicate = { version = "0.1.0", path = "../predicate" } -prost = { version = "0.11.9", default-features = false, features = ["std"] } +prost = { version = "0.12.3", default-features = false, features = ["std"] } rand = "0.8.5" schema = { version = "0.1.0", path = "../schema" } service_grpc_catalog = { version = "0.1.0", path = "../service_grpc_catalog" } diff --git a/ingester_query_grpc/Cargo.toml b/ingester_query_grpc/Cargo.toml index 7603bc4fb57..44090e58e39 100644 --- a/ingester_query_grpc/Cargo.toml +++ b/ingester_query_grpc/Cargo.toml @@ -15,7 +15,7 @@ datafusion-proto = { workspace = true } flatbuffers = "23.5.26" pbjson = "0.6" predicate = { path = "../predicate" } -prost = "0.11" +prost = "0.12" query_functions = { path = "../query_functions" } serde = { version = "1.0", features = ["derive"] } snafu = "0.7" diff --git a/ingester_test_ctx/Cargo.toml b/ingester_test_ctx/Cargo.toml index 72dcad9235d..a72ed046a58 100644 --- a/ingester_test_ctx/Cargo.toml +++ b/ingester_test_ctx/Cargo.toml @@ -26,7 +26,7 @@ mutable_batch_pb = { version = "0.1.0", path = "../mutable_batch_pb" } object_store = { workspace = true } observability_deps = { version = "0.1.0", path = "../observability_deps" } parquet_file = { version = "0.1.0", path = "../parquet_file" } -prost = { version = "0.11.9", default-features = false, features = ["std"] } +prost = { version = "0.12.3", default-features = false, features = ["std"] } tempfile = { version = "3.8.0" } test_helpers = { path = "../test_helpers", features = ["future_timeout"] } tokio = { version = "1.32", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] } diff --git a/mutable_batch_tests/Cargo.toml b/mutable_batch_tests/Cargo.toml index 5b44ada698f..3865330b9a1 100644 --- a/mutable_batch_tests/Cargo.toml +++ b/mutable_batch_tests/Cargo.toml @@ -18,7 +18,7 @@ generated_types = { path = "../generated_types" } mutable_batch = { path = "../mutable_batch" } mutable_batch_lp = { path = "../mutable_batch_lp" } mutable_batch_pb = { path = "../mutable_batch_pb" } -prost = "0.11" +prost = "0.12" [[bench]] name = "write_lp" diff --git a/parquet_file/Cargo.toml b/parquet_file/Cargo.toml index 5f616f1d3f3..26a246eebc6 100644 --- a/parquet_file/Cargo.toml +++ b/parquet_file/Cargo.toml @@ -19,7 +19,7 @@ object_store = { workspace = true } observability_deps = { path = "../observability_deps" } parquet = { workspace = true, features = ["experimental"]} pbjson-types = "0.5" -prost = "0.11" +prost = "0.12" schema = { path = "../schema" } snafu = "0.7" thiserror = "1.0.48" diff --git a/querier/Cargo.toml b/querier/Cargo.toml index 06ac707a573..fe6d97240b0 100644 --- a/querier/Cargo.toml +++ b/querier/Cargo.toml @@ -31,7 +31,7 @@ parking_lot = "0.12" parquet_file = { path = "../parquet_file" } pin-project = "1.1" predicate = { path = "../predicate" } -prost = { version = "0.11" } +prost = { version = "0.12" } rand = "0.8.3" service_common = { path = "../service_common" } schema = { path = "../schema" } diff --git a/service_grpc_flight/Cargo.toml b/service_grpc_flight/Cargo.toml index b78a03b670b..836fc6df824 100644 --- a/service_grpc_flight/Cargo.toml +++ b/service_grpc_flight/Cargo.toml @@ -24,7 +24,7 @@ arrow = { workspace = true, features = ["prettyprint"] } arrow-flight = { workspace = true, features=["flight-sql-experimental"] } bytes = "1.5" futures = "0.3" -prost = "0.11" +prost = "0.12" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.107" snafu = "0.7" diff --git a/service_grpc_influxrpc/Cargo.toml b/service_grpc_influxrpc/Cargo.toml index 85666b60fe8..07ba1bb1f83 100644 --- a/service_grpc_influxrpc/Cargo.toml +++ b/service_grpc_influxrpc/Cargo.toml @@ -27,7 +27,7 @@ tracker = { path = "../tracker" } arrow = { workspace = true, features = ["prettyprint"] } futures = "0.3" pin-project = "1.1" -prost = "0.11" +prost = "0.12" regex = "1.9.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.107" diff --git a/test_helpers_end_to_end/Cargo.toml b/test_helpers_end_to_end/Cargo.toml index e7f6104779d..d94f828f234 100644 --- a/test_helpers_end_to_end/Cargo.toml +++ b/test_helpers_end_to_end/Cargo.toml @@ -26,7 +26,7 @@ nix = { version = "0.27", default-features = false, features = ["signal"] } observability_deps = { path = "../observability_deps" } once_cell = { version = "1.18", features = ["parking_lot"] } parking_lot = "0.12" -prost = "0.11" +prost = "0.12" rand = "0.8.3" regex = "1.9" reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] } diff --git a/wal/Cargo.toml b/wal/Cargo.toml index 789080c5bcf..d4e14ee9332 100644 --- a/wal/Cargo.toml +++ b/wal/Cargo.toml @@ -15,7 +15,7 @@ mutable_batch = { version = "0.1.0", path = "../mutable_batch" } mutable_batch_pb = { version = "0.1.0", path = "../mutable_batch_pb" } observability_deps = { path = "../observability_deps" } parking_lot = "0.12" -prost = "0.11" +prost = "0.12" snafu = "0.7" snap = "1.0.0" tokio = { version = "1.32", features = ["macros", "fs", "io-util", "parking_lot", "rt-multi-thread", "sync", "time"] } diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 123b46fdbf5..080c81617fa 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -60,7 +60,7 @@ petgraph = { version = "0.6" } phf_shared = { version = "0.11" } predicates = { version = "3" } proptest = { version = "1", default-features = false, features = ["std"] } -prost = { version = "0.11" } +prost = { version = "0.12" } prost-types = { version = "0.11" } rand = { version = "0.8", features = ["small_rng"] } rand_core = { version = "0.6", default-features = false, features = ["std"] } @@ -127,7 +127,7 @@ once_cell = { version = "1", features = ["parking_lot"] } parking_lot = { version = "0.12", features = ["arc_lock"] } petgraph = { version = "0.6" } phf_shared = { version = "0.11" } -prost = { version = "0.11" } +prost = { version = "0.12" } prost-types = { version = "0.11" } rand = { version = "0.8", features = ["small_rng"] } rand_core = { version = "0.6", default-features = false, features = ["std"] }