Skip to content

Commit

Permalink
chore(deps,cargo): bump the proto group with 3 updates (#229)
Browse files Browse the repository at this point in the history
Bumps the proto group with 3 updates:
[prost](https://github.com/tokio-rs/prost),
[prost-types](https://github.com/tokio-rs/prost) and
[prost-build](https://github.com/tokio-rs/prost).

Updates `prost` from 0.13.2 to 0.13.3
Updates `prost-types` from 0.13.2 to 0.13.3
Updates `prost-build` from 0.13.2 to 0.13.3

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthijs Brobbel <m1brobbel@gmail.com>
  • Loading branch information
dependabot[bot] and mbrobbel authored Sep 23, 2024
1 parent 295ca5e commit 9f9991f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
- uses: dtolnay/rust-toolchain@1.70
- uses: dtolnay/rust-toolchain@1.71.1
id: rust-toolchain
- uses: actions/cache@v4
with:
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name = "substrait"
version = "0.42.3"
edition = "2021"
rust-version = "1.70"
rust-version = "1.71.1"
description = "Cross-Language Serialization for Relational Algebra"
documentation = "https://docs.rs/substrait"
readme = "README.md"
Expand Down Expand Up @@ -37,8 +37,8 @@ hex = { version = "0.4.3", optional = true }
once_cell = { version = "1.19.0", optional = true }
pbjson = { version = "0.7.0", optional = true }
pbjson-types = { version = "0.7.0", optional = true }
prost = "0.13.2"
prost-types = "0.13.2"
prost = "0.13.3"
prost-types = "0.13.3"
url = { version = "2.5.2", optional = true }
semver = { version = "1.0.23", optional = true }
serde = { version = "1.0.210", features = ["derive"] }
Expand All @@ -50,7 +50,7 @@ thiserror = { version = "1.0.64", optional = true }
heck = "0.5.0"
pbjson-build = { version = "0.7.0", optional = true }
prettyplease = "0.2.22"
prost-build = { version = "0.13.2", default-features = false }
prost-build = { version = "0.13.3", default-features = false }
protobuf-src = { version = "2.1.0", optional = true }
schemars = "0.8.21"
semver = "1.0.23"
Expand Down

0 comments on commit 9f9991f

Please sign in to comment.