crates: bump cln-grpc-plugin to v0.5.0
What changed, and why it matters
This commit is a routine version bump for an internal Rust crate called cln-grpc-plugin, changing its declared version from 0.4.0 to 0.5.0. It also fixes a minor whitespace issue in a dependency line. There is no functional code change and no indication of a security fix or vulnerability.
No security action needed. Treat as normal maintenance/versioning commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff only updates the version string of the cln-grpc-plugin crate in Cargo.lock and plugins/grpc-plugin/Cargo.toml from 0.4.0 to 0.5.0, plus a trailing-space formatting correction in the cln-grpc dependency line. No source code, dependencies, or behavior are altered. No changelog entry is requested (Changelog-None).
Changed components
plugins/grpc-plugin/Cargo.tomlCargo.lockInspect captured patch +3 / −3
diff --git a/Cargo.lock b/Cargo.lock
index 8e995fcc..433142da 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -504,7 +504,7 @@ dependencies = [
[[package]]
name = "cln-grpc-plugin"
-version = "0.4.0"
+version = "0.5.0"
dependencies = [
"anyhow",
"cln-grpc",
diff --git a/plugins/grpc-plugin/Cargo.toml b/plugins/grpc-plugin/Cargo.toml
index 35c774c5..a4226b8c 100644
--- a/plugins/grpc-plugin/Cargo.toml
+++ b/plugins/grpc-plugin/Cargo.toml
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "cln-grpc-plugin"
-version = "0.4.0"
+version = "0.5.0"
description = "A Core Lightning plugin that re-exposes the JSON-RPC over grpc. Authentication is done via mTLS."
license = "MIT"
@@ -17,7 +17,7 @@ anyhow = "1.0"
log = "0.4"
rcgen = { version = "0.13.1", features = ["pem", "x509-parser"] }
prost = "0.12"
-cln-grpc = { version = "0.5", features = ["server"], path = "../../cln-grpc"}
+cln-grpc = { version = "0.5", features = ["server"], path = "../../cln-grpc" }
cln-plugin = { version = "0.5", path = "../../plugins" }
cln-rpc = { version = "0.5", path = "../../cln-rpc" }
serde_json = "1.0.113"
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.