From 4215baf04bce780f105ff2e404eaa7635db218c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 00:02:46 +0000 Subject: [PATCH] build(deps): update prost-types requirement from 0.13.1 to 0.14.3 Updates the requirements on [prost-types](https://github.com/tokio-rs/prost) to permit the latest version. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/prost/compare/v0.13.1...v0.14.3) --- updated-dependencies: - dependency-name: prost-types dependency-version: 0.14.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pallas-utxorpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallas-utxorpc/Cargo.toml b/pallas-utxorpc/Cargo.toml index 43ba9e5b..5e2c539d 100644 --- a/pallas-utxorpc/Cargo.toml +++ b/pallas-utxorpc/Cargo.toml @@ -30,7 +30,7 @@ pallas-traverse.workspace = true pallas-primitives.workspace = true pallas-codec.workspace = true pallas-crypto.workspace = true -prost-types = "0.13.1" +prost-types = "0.14.3" pallas-validate.workspace = true [features]