From 048f0e5ef946a140b8cc675b49ccb51e89eacff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 04:58:15 +0000 Subject: [PATCH] Update prost requirement from 0.11.8 to 0.12.2 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](https://github.com/tokio-rs/prost/compare/v0.11.8...v0.12.2) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- save/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/save/Cargo.toml b/save/Cargo.toml index b64a7e6c..e0f43f38 100644 --- a/save/Cargo.toml +++ b/save/Cargo.toml @@ -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.2" redb = "1.0" thiserror = "1.0.38" zstd = { package = "zstd-safe", version = "6.0.4", features = ["std", "experimental"] }