Skip to content

Commit

Permalink
chore(deps): bump prost from 0.12.4 to 0.12.6 (#4482)
Browse files Browse the repository at this point in the history
* chore(deps): bump prost from 0.12.4 to 0.12.6

Bumps [prost](https://github.com/tokio-rs/prost) from 0.12.4 to 0.12.6.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.12.4...v0.12.6)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): bump prost in third-party rust

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vaibhav <[email protected]>
  • Loading branch information
dependabot[bot] and thevaibhav-dixit authored Jun 19, 2024
1 parent 3ce23df commit 2294dd5
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 44 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

44 changes: 22 additions & 22 deletions third-party/rust/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -5648,23 +5648,23 @@ cargo.rust_library(

alias(
name = "prost",
actual = ":prost-0.12.4",
actual = ":prost-0.12.6",
visibility = ["PUBLIC"],
)

http_archive(
name = "prost-0.12.4.crate",
sha256 = "d0f5d036824e4761737860779c906171497f6d55681139d8312388f8fe398922",
strip_prefix = "prost-0.12.4",
urls = ["https://crates.io/api/v1/crates/prost/0.12.4/download"],
name = "prost-0.12.6.crate",
sha256 = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29",
strip_prefix = "prost-0.12.6",
urls = ["https://crates.io/api/v1/crates/prost/0.12.6/download"],
visibility = [],
)

cargo.rust_library(
name = "prost-0.12.4",
srcs = [":prost-0.12.4.crate"],
name = "prost-0.12.6",
srcs = [":prost-0.12.6.crate"],
crate = "prost",
crate_root = "prost-0.12.4.crate/src/lib.rs",
crate_root = "prost-0.12.6.crate/src/lib.rs",
edition = "2021",
features = [
"default",
Expand All @@ -5675,7 +5675,7 @@ cargo.rust_library(
visibility = [],
deps = [
":bytes-1.6.0",
":prost-derive-0.12.4",
":prost-derive-0.12.6",
],
)

Expand Down Expand Up @@ -5709,7 +5709,7 @@ cargo.rust_library(
":once_cell-1.19.0",
":petgraph-0.6.4",
":prettyplease-0.2.16",
":prost-0.12.4",
":prost-0.12.6",
":prost-types-0.12.3",
":regex-1.10.4",
":syn-2.0.48",
Expand Down Expand Up @@ -5744,24 +5744,24 @@ cargo.rust_library(
)

http_archive(
name = "prost-derive-0.12.4.crate",
sha256 = "19de2de2a00075bf566bee3bd4db014b11587e84184d3f7a791bc17f1a8e9e48",
strip_prefix = "prost-derive-0.12.4",
urls = ["https://crates.io/api/v1/crates/prost-derive/0.12.4/download"],
name = "prost-derive-0.12.6.crate",
sha256 = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1",
strip_prefix = "prost-derive-0.12.6",
urls = ["https://crates.io/api/v1/crates/prost-derive/0.12.6/download"],
visibility = [],
)

cargo.rust_library(
name = "prost-derive-0.12.4",
srcs = [":prost-derive-0.12.4.crate"],
name = "prost-derive-0.12.6",
srcs = [":prost-derive-0.12.6.crate"],
crate = "prost_derive",
crate_root = "prost-derive-0.12.4.crate/src/lib.rs",
crate_root = "prost-derive-0.12.6.crate/src/lib.rs",
edition = "2021",
proc_macro = True,
visibility = [],
deps = [
":anyhow-1.0.86",
":itertools-0.12.1",
":itertools-0.10.5",
":proc-macro2-1.0.82",
":quote-1.0.35",
":syn-2.0.48",
Expand All @@ -5783,7 +5783,7 @@ cargo.rust_library(
crate_root = "prost-types-0.12.3.crate/src/lib.rs",
edition = "2021",
visibility = [],
deps = [":prost-0.12.4"],
deps = [":prost-0.12.6"],
)

http_archive(
Expand Down Expand Up @@ -9250,7 +9250,7 @@ cargo.rust_binary(
":opentelemetry-http-0.9.0",
":opentelemetry-otlp-0.13.0",
":opentelemetry-semantic-conventions-0.12.0",
":prost-0.12.4",
":prost-0.12.6",
":rand-0.8.5",
":reqwest-0.11.27",
":rust-i18n-3.0.1",
Expand Down Expand Up @@ -9925,7 +9925,7 @@ cargo.rust_library(
":hyper-timeout-0.4.1",
":percent-encoding-2.3.0",
":pin-project-1.1.3",
":prost-0.12.4",
":prost-0.12.6",
":tokio-1.38.0",
":tokio-stream-0.1.14",
":tower-0.4.13",
Expand Down Expand Up @@ -10055,7 +10055,7 @@ cargo.rust_library(
visibility = [],
deps = [
":async-stream-0.3.5",
":prost-0.12.4",
":prost-0.12.6",
":tokio-1.38.0",
":tokio-stream-0.1.14",
":tonic-0.10.2",
Expand Down
22 changes: 11 additions & 11 deletions third-party/rust/Cargo.lock

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

0 comments on commit 2294dd5

Please sign in to comment.