From c7bd4952b00eaf49e4d1ec5b3533f829cca594c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 06:47:24 +0000 Subject: [PATCH] Bump the rust-dependencies group with 2 updates Updates the requirements on [prost](https://github.com/tokio-rs/prost) and [prost-build](https://github.com/tokio-rs/prost) to permit the latest version. Updates `prost` to 0.14.1 - [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.2...v0.14.1) Updates `prost-build` to 0.14.1 - [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.2...v0.14.1) --- updated-dependencies: - dependency-name: prost dependency-version: 0.14.1 dependency-type: direct:production dependency-group: rust-dependencies - dependency-name: prost-build dependency-version: 0.14.1 dependency-type: direct:production dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- crates/grafana-plugin-sdk/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/grafana-plugin-sdk/Cargo.toml b/crates/grafana-plugin-sdk/Cargo.toml index f9a8b6a2..4021bc20 100644 --- a/crates/grafana-plugin-sdk/Cargo.toml +++ b/crates/grafana-plugin-sdk/Cargo.toml @@ -18,7 +18,7 @@ grafana-plugin-sdk-macros = { version = "0.5.0", path = "../grafana-plugin-sdk-m http = "1.0.0" itertools = "0.14.0" num-traits = "0.2.15" -prost = "0.13.2" +prost = "0.14.1" reqwest_lib = { package = "reqwest", version = "0.12.7", optional = true } serde = { version = "1.0.164", features = ["derive"] } serde_json = { version = "1.0.96", features = ["float_roundtrip", "raw_value"] } @@ -50,7 +50,7 @@ tokio = { version = "1.28.2", features = ["rt-multi-thread"] } tokio-stream = "0.1.14" [build-dependencies] -prost-build = { version = "0.13.2", optional = true } +prost-build = { version = "0.14.1", optional = true } tonic-build = { version = "0.13.0", optional = true } # docs.rs-specific configuration