Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent a29ea6f commit cea1f3d
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 @@ -20,7 +20,7 @@ tokio-util = { version = "0.7.11", features = [ "io" ], default-features = false

# Optional
anyhow = { version = "1.0.89", optional = true }
prost-build = { version = "0.13.1", optional = true }
prost-build = { version = "0.13.3", optional = true }

[dev-dependencies]
tokio = { version = "1.40.0", features = ["macros"] }
Expand Down

0 comments on commit cea1f3d

Please sign in to comment.