Skip to content

Commit

Permalink
chore(deps): bump prost from 0.13.1 to 0.13.2
Browse files Browse the repository at this point in the history
Bumps [prost](https://github.com/tokio-rs/prost) from 0.13.1 to 0.13.2.
- [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.13.1...v0.13.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent bedf07b commit fec3d90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ opentelemetry-semantic-conventions = { version = "0.16.0" }
opentelemetry_sdk = { version = "0.24.1", features = ["metrics"] }
ordered-float = { version = "4.2.2" }
prometheus = "0.13.4"
prost = { version = "0.13.1" }
prost = { version = "0.13.2" }
reqwest = { version = "0.12.7", features = ["json", "native-tls-vendored", "gzip"], default-features = false }
reqwest-middleware = "0.3.3"
serde = { version = "1.0.209", features = ["derive"] }
Expand Down

0 comments on commit fec3d90

Please sign in to comment.