From 64cf449fe55d65bea84369c0dca315fe3195318b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 22:48:20 +0000 Subject: [PATCH] Bump hotshot-query-service from 0.0.15 to 0.1.0 Bumps [hotshot-query-service](https://github.com/EspressoSystems/hotshot-query-service) from 0.0.15 to 0.1.0. - [Release notes](https://github.com/EspressoSystems/hotshot-query-service/releases) - [Commits](https://github.com/EspressoSystems/hotshot-query-service/compare/0.0.15...c055b33d5bc26cb698567ed4206777513003232d) --- updated-dependencies: - dependency-name: hotshot-query-service dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55ecca7..e1a6a9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service.git", tag = "0.0.15" } +hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service.git", tag = "0.1.0" } async-trait = "0.1" clap = { version = "4.4", features = ["derive", "env"] } derive_more = "0.99"