From 8ce153e27120f74f0b4ad6dffa66ef01ac2b39c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 15:32:50 +0100 Subject: [PATCH] chore(granc): update Cargo.lock (#33) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(granc): release v0.6.0 * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Víctor Martínez <49537445+JasterV@users.noreply.github.com> --- Cargo.lock | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce6da49..de3b75c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -336,11 +336,11 @@ dependencies = [ [[package]] name = "granc" -version = "0.5.2" +version = "0.6.0" dependencies = [ "clap", "colored", - "granc_core", + "granc_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json", "tokio", ] @@ -364,6 +364,26 @@ dependencies = [ "tonic-reflection", ] +[[package]] +name = "granc_core" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4375e91b7a00f76c4248eeaa67ce5fe0f62087c6c3139f2b6588c06982fce1cd" +dependencies = [ + "futures-util", + "http", + "http-body", + "prost", + "prost-reflect", + "prost-types", + "serde_json", + "thiserror", + "tokio", + "tokio-stream", + "tonic", + "tonic-reflection", +] + [[package]] name = "h2" version = "0.4.13"