Skip to content

Commit

Permalink
Update prost requirement from 0.11.8 to 0.12.1
Browse files Browse the repository at this point in the history
Updates the requirements on [prost](https://github.com/tokio-rs/prost) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.11.8...v0.12.1)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent f3bbe18 commit 419dc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion save/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
prost = "0.11.8"
prost = "0.12.1"
redb = "1.0"
thiserror = "1.0.38"
zstd = { package = "zstd-safe", version = "6.0.4", features = ["std", "experimental"] }
Expand Down

0 comments on commit 419dc65

Please sign in to comment.