Skip to content

Commit

Permalink
Bump prost from 0.13.2 to 0.13.3 (#354)
Browse files Browse the repository at this point in the history
Bumps [prost](https://github.com/tokio-rs/prost) from 0.13.2 to 0.13.3.
- [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.2...v0.13.3)

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

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 Oct 1, 2024
1 parent 873716e commit f405a8c
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 lib/borderlands-launcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ required-features = [ "generate-protobuf-files" ]
async-compression = { version = "0.4.12", features = [ "tokio", "gzip" ], default-features = false }
bytes = { version = "1.7.1", default-features = false }
futures-util = { version = "0.3.30", default-features = false }
prost = "0.13.2"
prost = "0.13.3"
reqwest = { version = "0.12.7", features = [ "gzip", "deflate", "stream" ], default-features = false }
thiserror = "1.0.63"
tokio = { version = "1.40.0", default-features = false }
Expand Down

0 comments on commit f405a8c

Please sign in to comment.