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"