Skip to content

Commit

Permalink
chore(deps,cargo): bump the proto group with 3 updates (#265)
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.3 to 0.13.4
Updates `prost-types` from 0.13.3 to 0.13.4
Updates `prost-build` from 0.13.3 to 0.13.4


Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent ed61a7d commit 048adf8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
17 changes: 8 additions & 9 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ serde = ["dep:pbjson", "dep:pbjson-build", "dep:pbjson-types"]
hex = { version = "0.4.3", optional = true }
pbjson = { version = "0.7.0", optional = true }
pbjson-types = { version = "0.7.0", optional = true }
prost = "0.13.3"
prost-types = "0.13.3"
prost = "0.13.4"
prost-types = "0.13.4"
url = { version = "2.5.4", optional = true }
regress = "0.10.1"
semver = { version = "1.0.23", optional = true }
Expand All @@ -50,7 +50,7 @@ thiserror = { version = "2.0.4", optional = true }
heck = "0.5.0"
pbjson-build = { version = "0.7.0", optional = true }
prettyplease = "0.2.25"
prost-build = { version = "0.13.3", default-features = false }
prost-build = { version = "0.13.4", 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 048adf8

Please sign in to comment.