chore(granc): update Cargo.lock (#33)

* 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>
This commit is contained in:
github-actions[bot] 2026-01-27 15:32:50 +01:00 committed by GitHub
parent 69336d850e
commit 8ce153e271
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

24
Cargo.lock generated
View file

@ -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"