Skip to content

Commit cd0393e

Browse files
Bump the rust-dependencies group with 3 updates
Updates the requirements on [prost](https://github.com/tokio-rs/prost), [prost-build](https://github.com/tokio-rs/prost) and [darling](https://github.com/TedDriggs/darling) 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](tokio-rs/prost@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](tokio-rs/prost@v0.13.2...v0.14.1) Updates `darling` to 0.21.0 - [Release notes](https://github.com/TedDriggs/darling/releases) - [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md) - [Commits](TedDriggs/darling@v0.20.3...v0.21.0) --- 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 - dependency-name: darling dependency-version: 0.21.0 dependency-type: direct:production dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42c474b commit cd0393e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

crates/grafana-plugin-sdk-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "Convenience macros for the Grafana backend plugin SDK."
1111
proc-macro = true
1212

1313
[dependencies]
14-
darling = "0.20.3"
14+
darling = "0.21.0"
1515
proc-macro2 = "1.0.60"
1616
quote = "1.0.28"
1717
syn = { version = "2.0.18", features = ["full"] }

crates/grafana-plugin-sdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ grafana-plugin-sdk-macros = { version = "0.5.0", path = "../grafana-plugin-sdk-m
1818
http = "1.0.0"
1919
itertools = "0.14.0"
2020
num-traits = "0.2.15"
21-
prost = "0.13.2"
21+
prost = "0.14.1"
2222
reqwest_lib = { package = "reqwest", version = "0.12.7", optional = true }
2323
serde = { version = "1.0.164", features = ["derive"] }
2424
serde_json = { version = "1.0.96", features = ["float_roundtrip", "raw_value"] }
@@ -50,7 +50,7 @@ tokio = { version = "1.28.2", features = ["rt-multi-thread"] }
5050
tokio-stream = "0.1.14"
5151

5252
[build-dependencies]
53-
prost-build = { version = "0.13.2", optional = true }
53+
prost-build = { version = "0.14.1", optional = true }
5454
tonic-build = { version = "0.13.0", optional = true }
5555

5656
# docs.rs-specific configuration

0 commit comments

Comments
 (0)