Skip to content

Commit

Permalink
build(deps): bump prost from 0.11.9 to 0.13.1
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.13.1.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.11.9...v0.13.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent 5d91971 commit 9cace98
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 8 deletions.
35 changes: 29 additions & 6 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 proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ json = ["base64", "serde"]

[dependencies]
base64 = { version = "^0.21", optional = true }
prost = "^0.11"
prost = "^0.13"
serde = { version = "^1.0.203", features = ["derive"], optional = true }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publish = false
env_logger = "^0.10.1"
futures = "^0.3.30"
log = "^0.4.22"
prost = "^0.11"
prost = "^0.13"
structopt = "^0.3.26"
tink-aead = "^0.2"
tink-core = { version = "^0.2", features = [
Expand Down

0 comments on commit 9cace98

Please sign in to comment.