Skip to content

Commit

Permalink
chore(deps,cargo): bump the proto group with 3 updates (#220)
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).

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 Sep 2, 2024
1 parent b9ad85a commit 8cb516e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
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.1"
prost-types = "0.13.1"
prost = "0.13.2"
prost-types = "0.13.2"
url = { version = "2.5.2", optional = true }
semver = { version = "1.0.23", optional = true }
serde = { version = "1.0.209", features = ["derive"] }
Expand All @@ -50,7 +50,7 @@ thiserror = { version = "1.0.63", optional = true }
heck = "0.5.0"
pbjson-build = { version = "0.7.0", optional = true }
prettyplease = "0.2.22"
prost-build = { version = "0.13.1", default-features = false }
prost-build = { version = "0.13.2", 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 8cb516e

Please sign in to comment.