Skip to content

Commit

Permalink
chore(deps): Bump prost from 0.11.9 to 0.12.3
Browse files Browse the repository at this point in the history
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](tokio-rs/prost@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent bb6a5c0 commit 429456c
Show file tree
Hide file tree
Showing 21 changed files with 79 additions and 56 deletions.
93 changes: 58 additions & 35 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 flightsql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion generated_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion grpc-binary-logger-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion grpc-binary-logger-test-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
2 changes: 1 addition & 1 deletion grpc-binary-logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion influxdb_iox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
Loading

0 comments on commit 429456c

Please sign in to comment.